Html Css Color HEX #B21867 Jazzberry Jam

📋 copy color: '#B21867'

red 178 ◦ green 24 ◦ blue 103

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

Shades of Jazzberry Jam #B21867

Tints of Jazzberry Jam #B21867

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

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

R = 58.36%
G = 7.87%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B21867 (or 0xB21867) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 67. RGB value is (178,24,103). Sum of RGB (Red+Green+Blue) = 178+24+103=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B21867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21867 is #4DE798. Grayscale: #4E4E4E. Windows color (decimal): -5105561 or 6756530. OLE color: 6756530.

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

Color convert

RGB 178 24 103 -
CMYK 0 0.87 0.42 0.30
HSL 329.22º 0.76% 0.4% -
HSV(B) 329.22º 0.87% 0.7% -
XYZ 21.13 11.1 13.86 -
YUV 79.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 178 24 103 0 0.87 0.42 0.30 329.22 0.76 0.4
Hex B2 18 67 0 57 2A 1E 149 4C 28
Octal 262 30 147 0 127 52 36 511 114 50
Binary 10110010 11000 1100111 0 1010111 101010 11110 101001001 1001100 101000

Color Harmonies of #B21867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21867

Black with #B21867

Text Example


Text Example

White with #B21867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21867; }

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

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

background-color css

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

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

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

border-color css

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

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

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