Html Css Color HEX #B00258 Jazzberry Jam

📋 copy color: '#B00258'

red 176 ◦ green 2 ◦ blue 88

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

Shades of Jazzberry Jam #B00258

Tints of Jazzberry Jam #B00258

RGB

 RED value IS 176 (69.14% from 255) = 66.17%

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 66.17%
G = 0.75%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B00258 (or 0xB00258) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 58. RGB value is (176,2,88). Sum of RGB (Red+Green+Blue) = 176+2+88=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B00258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00258 is #4FFDA7. Grayscale: #3F3F3F. Windows color (decimal): -5242280 or 5767856. OLE color: 5767856.

HSL color Cylindrical-coordinate representation of color #B00258: hue angle of 330.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00258 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 88 -
CMYK 0 0.99 0.50 0.31
HSL 330.34º 0.98% 0.35% -
HSV(B) 330.34º 0.99% 0.69% -
XYZ 19.69 9.98 10.12 -
YUV 63.83 141.65 208.01 -
System Red Green Blue C M Y K H S L
Decimal 176 2 88 0 0.99 0.50 0.31 330.34 0.98 0.35
Hex B0 2 58 0 63 32 1F 14A 62 23
Octal 260 2 130 0 143 62 37 512 142 43
Binary 10110000 10 1011000 0 1100011 110010 11111 101001010 1100010 100011

Color Harmonies of #B00258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00258

Black with #B00258

Text Example


Text Example

White with #B00258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00258; }

 p { color: rgb(176,2,88); }

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

background-color css

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

 a { background-color: rgb(176,2,88); }

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

border-color css

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

 span { border-color: rgb(176,2,88); }

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