#B00345

Color #B00345 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B00345

Tints of Jazzberry Jam #B00345

Color information

#B00345 (or 0xB00345) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 03 and 45. RGB value is (176,3,69). Sum of RGB (Red+Green+Blue) = 176+3+69=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B00345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00345 is #4FFCBA. Grayscale: #3E3E3E. Windows color (decimal): -5242043 or 4522928. OLE color: 4522928.

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

Color convert

RGB176369-
CMYK00.980.610.31
HSL337.11º96.65%35.1%-
HSV(B)337.11º98.3%69.02%-
XYZ19.019.726.51-
YUV62.25131.81209.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.97%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=70.97%
G=1.21%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17636900.980.610.31337.1196.6535.1
HexB03450623D1F1516123
Octal26031050142753752114143
Binary1011000011100010101100010111101111111010100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00345; }

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

 H1.HeaderClassName
 {
   color: #B00345;
 }
 .AnyTagClassName
 {
   color: #B00345;
 }
</style>
background-color css

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

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

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

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

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

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