Html Css Color HEX #B21367 Jazzberry Jam

📋 copy color: '#B21367'

red 178 ◦ green 19 ◦ blue 103

#B21367
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B21367

Tints of Jazzberry Jam #B21367

RGB

 RED value IS 178 (69.92% from 255) = 59.33%

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 59.33%
G = 6.33%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B21367 (or 0xB21367) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 67. RGB value is (178,19,103). Sum of RGB (Red+Green+Blue) = 178+19+103=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B21367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21367 is #4DEC98. Grayscale: #4B4B4B. Windows color (decimal): -5106841 or 6755250. OLE color: 6755250.

HSL color Cylindrical-coordinate representation of color #B21367: hue angle of 328.3º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21367 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 103 -
CMYK 0 0.89 0.42 0.30
HSL 328.3º 0.81% 0.39% -
HSV(B) 328.3º 0.89% 0.7% -
XYZ 21.04 10.91 13.83 -
YUV 76.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 178 19 103 0 0.89 0.42 0.30 328.3 0.81 0.39
Hex B2 13 67 0 59 2A 1E 148 51 27
Octal 262 23 147 0 131 52 36 510 121 47
Binary 10110010 10011 1100111 0 1011001 101010 11110 101001000 1010001 100111

Color Harmonies of #B21367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21367

Black with #B21367

Text Example


Text Example

White with #B21367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21367; }

 p { color: rgb(178,19,103); }

 H1.HeaderClassName
 {
   color: #B21367;
 }
 .AnyTagClassName
 {
   color: #B21367;
 }
</style>

background-color css

<style>
 a { background-color: #B21367; }

 a { background-color: rgb(178,19,103); }

 div.DivClassName
 {
   background-color: #B21367;
 }
 .BgClassName
 {
   background-color: #B21367;
 }
</style>

border-color css

<style>
 span { border-color: #B21367; }

 span { border-color: rgb(178,19,103); }

 td.TdClassName
 {
   border-color: #B21367;
 }
 .TagClassName
 {
   border-color: #B21367;
 }
</style>