#B00364

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

Shades of Jazzberry Jam #B00364

Tints of Jazzberry Jam #B00364

Color information

#B00364 (or 0xB00364) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 03 and 64. RGB value is (176,3,100). Sum of RGB (Red+Green+Blue) = 176+3+100=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B00364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00364 is #4FFC9B. Grayscale: #414141. Windows color (decimal): -5242012 or 6554544. OLE color: 6554544.

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

Color convert

RGB1763100-
CMYK00.980.430.31
HSL326.36º96.65%35.1%-
HSV(B)326.36º98.3%69.02%-
XYZ20.2410.2212.96-
YUV65.78147.31206.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.08%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=63.08%
G=1.08%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176310000.980.430.31326.3696.6535.1
HexB03640622B1F1466123
Octal26031440142533750614143
Binary1011000011110010001100010101011111111010001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00364; }

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

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

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

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

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

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

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

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