Html Css Color HEX #B31867 Jazzberry Jam

📋 copy color: '#B31867'

red 179 ◦ green 24 ◦ blue 103

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

Shades of Jazzberry Jam #B31867

Tints of Jazzberry Jam #B31867

RGB

 RED value IS 179 (70.31% from 255) = 58.5%

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

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

R = 58.5%
G = 7.84%
B = 33.66%

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

#B31867 (or 0xB31867) is known color: Jazzberry Jam. HEX triplet: B3, 18 and 67. RGB value is (179,24,103). Sum of RGB (Red+Green+Blue) = 179+24+103=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B31867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31867 is #4CE798. Grayscale: #4F4F4F. Windows color (decimal): -5040025 or 6756531. OLE color: 6756531.

HSL color Cylindrical-coordinate representation of color #B31867: hue angle of 329.42º 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 #B31867 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 103 -
CMYK 0 0.87 0.42 0.30
HSL 329.42º 0.76% 0.4% -
HSV(B) 329.42º 0.87% 0.7% -
XYZ 21.37 11.22 13.87 -
YUV 79.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 179 24 103 0 0.87 0.42 0.30 329.42 0.76 0.4
Hex B3 18 67 0 57 2A 1E 149 4C 28
Octal 263 30 147 0 127 52 36 511 114 50
Binary 10110011 11000 1100111 0 1010111 101010 11110 101001001 1001100 101000

Color Harmonies of #B31867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31867

Black with #B31867

Text Example


Text Example

White with #B31867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31867; }

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

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

background-color css

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

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

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

border-color css

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

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

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