Html Css Color HEX #B00051 Jazzberry Jam

📋 copy color: '#B00051'

red 176 ◦ green 0 ◦ blue 81

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

Shades of Jazzberry Jam #B00051

Tints of Jazzberry Jam #B00051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.48%
G = 0%
B = 31.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B00051 (or 0xB00051) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 51. RGB value is (176,0,81). Sum of RGB (Red+Green+Blue) = 176+0+81=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B00051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00051 is #4FFFAE. Grayscale: #3D3D3D. Windows color (decimal): -5242799 or 5308592. OLE color: 5308592.

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

Color convert

RGB 176 0 81 -
CMYK 0 1 0.54 0.31
HSL 332.39º 1% 0.35% -
HSV(B) 332.39º 1% 0.69% -
XYZ 19.39 9.82 8.66 -
YUV 61.86 138.81 209.41 -
System Red Green Blue C M Y K H S L
Decimal 176 0 81 0 1 0.54 0.31 332.39 1 0.35
Hex B0 0 51 0 64 36 1F 14C 64 23
Octal 260 0 121 0 144 66 37 514 144 43
Binary 10110000 0 1010001 0 1100100 110110 11111 101001100 1100100 100011

Color Harmonies of #B00051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00051

Black with #B00051

Text Example


Text Example

White with #B00051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00051; }

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

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

background-color css

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

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

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

border-color css

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

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

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