Html Css Color HEX #B00350 Jazzberry Jam

📋 copy color: '#B00350'

red 176 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #B00350

Tints of Jazzberry Jam #B00350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 67.95%
G = 1.16%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B00350 (or 0xB00350) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 50. RGB value is (176,3,80). Sum of RGB (Red+Green+Blue) = 176+3+80=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B00350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00350 is #4FFCAF. Grayscale: #3F3F3F. Windows color (decimal): -5242032 or 5243824. OLE color: 5243824.

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

Color convert

RGB 176 3 80 -
CMYK 0 0.98 0.55 0.31
HSL 333.29º 0.97% 0.35% -
HSV(B) 333.29º 0.98% 0.69% -
XYZ 19.39 9.87 8.47 -
YUV 63.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 176 3 80 0 0.98 0.55 0.31 333.29 0.97 0.35
Hex B0 3 50 0 62 37 1F 14D 61 23
Octal 260 3 120 0 142 67 37 515 141 43
Binary 10110000 11 1010000 0 1100010 110111 11111 101001101 1100001 100011

Color Harmonies of #B00350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00350

Black with #B00350

Text Example


Text Example

White with #B00350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00350; }

 p { color: rgb(176,3,80); }

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

background-color css

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

 a { background-color: rgb(176,3,80); }

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

border-color css

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

 span { border-color: rgb(176,3,80); }

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