Html Css Color HEX #B00346 Jazzberry Jam

📋 copy color: '#B00346'

red 176 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #B00346

Tints of Jazzberry Jam #B00346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.11%

R = 70.68%
G = 1.2%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B00346 (or 0xB00346) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 46. RGB value is (176,3,70). Sum of RGB (Red+Green+Blue) = 176+3+70=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B00346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00346 is #4FFCB9. Grayscale: #3E3E3E. Windows color (decimal): -5242042 or 4588464. OLE color: 4588464.

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

Color convert

RGB 176 3 70 -
CMYK 0 0.98 0.60 0.31
HSL 336.76º 0.97% 0.35% -
HSV(B) 336.76º 0.98% 0.69% -
XYZ 19.04 9.74 6.67 -
YUV 62.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 176 3 70 0 0.98 0.60 0.31 336.76 0.97 0.35
Hex B0 3 46 0 62 3C 1F 151 61 23
Octal 260 3 106 0 142 74 37 521 141 43
Binary 10110000 11 1000110 0 1100010 111100 11111 101010001 1100001 100011

Color Harmonies of #B00346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00346

Black with #B00346

Text Example


Text Example

White with #B00346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00346; }

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

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

background-color css

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

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

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

border-color css

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

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

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