#B00943

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

Shades of Jazzberry Jam #B00943

Tints of Jazzberry Jam #B00943

Color information

#B00943 (or 0xB00943) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 09 and 43. RGB value is (176,9,67). Sum of RGB (Red+Green+Blue) = 176+9+67=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B00943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00943 is #4FF6BC. Grayscale: #414141. Windows color (decimal): -5240509 or 4393392. OLE color: 4393392.

HSL color Cylindrical-coordinate representation of color #B00943: hue angle of 339.16º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00943 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB176967-
CMYK00.950.620.31
HSL339.16º90.27%36.27%-
HSV(B)339.16º94.89%69.02%-
XYZ19.029.836.21-
YUV65.54128.83206.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.84%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=69.84%
G=3.57%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17696700.950.620.31339.1690.2736.27
HexB094305F3E1F1535a24
Octal260111030137763752313244
Binary101100001001100001101011111111110111111010100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00943; }

 p { color: rgb(176,9,67); }

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

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

 a { background-color: rgb(176,9,67); }

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

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

 span { border-color: rgb(176,9,67); }

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