Html Css Color HEX #B00251 Jazzberry Jam

📋 copy color: '#B00251'

red 176 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #B00251

Tints of Jazzberry Jam #B00251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.27%

R = 67.95%
G = 0.77%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B00251 (or 0xB00251) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 51. RGB value is (176,2,81). Sum of RGB (Red+Green+Blue) = 176+2+81=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B00251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00251 is #4FFDAE. Grayscale: #3E3E3E. Windows color (decimal): -5242287 or 5309104. OLE color: 5309104.

HSL color Cylindrical-coordinate representation of color #B00251: hue angle of 332.76º 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 #B00251 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 81 -
CMYK 0 0.99 0.54 0.31
HSL 332.76º 0.98% 0.35% -
HSV(B) 332.76º 0.99% 0.69% -
XYZ 19.41 9.87 8.67 -
YUV 63.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 176 2 81 0 0.99 0.54 0.31 332.76 0.98 0.35
Hex B0 2 51 0 63 36 1F 14D 62 23
Octal 260 2 121 0 143 66 37 515 142 43
Binary 10110000 10 1010001 0 1100011 110110 11111 101001101 1100010 100011

Color Harmonies of #B00251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00251

Black with #B00251

Text Example


Text Example

White with #B00251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00251; }

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

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

background-color css

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

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

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

border-color css

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

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

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