Html Css Color HEX #B31258 Jazzberry Jam

📋 copy color: '#B31258'

red 179 ◦ green 18 ◦ blue 88

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

Shades of Jazzberry Jam #B31258

Tints of Jazzberry Jam #B31258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 62.81%
G = 6.32%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B31258 (or 0xB31258) is known color: Jazzberry Jam. HEX triplet: B3, 12 and 58. RGB value is (179,18,88). Sum of RGB (Red+Green+Blue) = 179+18+88=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B31258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31258 is #4CEDA7. Grayscale: #4A4A4A. Windows color (decimal): -5041576 or 5771955. OLE color: 5771955.

HSL color Cylindrical-coordinate representation of color #B31258: hue angle of 333.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31258 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 88 -
CMYK 0 0.90 0.51 0.30
HSL 333.91º 0.82% 0.39% -
HSV(B) 333.91º 0.9% 0.7% -
XYZ 20.57 10.72 10.22 -
YUV 74.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 179 18 88 0 0.90 0.51 0.30 333.91 0.82 0.39
Hex B3 12 58 0 5A 33 1E 14E 52 27
Octal 263 22 130 0 132 63 36 516 122 47
Binary 10110011 10010 1011000 0 1011010 110011 11110 101001110 1010010 100111

Color Harmonies of #B31258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31258

Black with #B31258

Text Example


Text Example

White with #B31258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31258; }

 p { color: rgb(179,18,88); }

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

background-color css

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

 a { background-color: rgb(179,18,88); }

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

border-color css

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

 span { border-color: rgb(179,18,88); }

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