#B80345

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

Shades of Jazzberry Jam #B80345

Tints of Jazzberry Jam #B80345

Color information

#B80345 (or 0xB80345) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 03 and 45. RGB value is (184,3,69). Sum of RGB (Red+Green+Blue) = 184+3+69=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B80345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80345 is #47FCBA. Grayscale: #404040. Windows color (decimal): -4717755 or 4522936. OLE color: 4522936.

HSL color Cylindrical-coordinate representation of color #B80345: hue angle of 338.12º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80345 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB184369-
CMYK00.980.620.28
HSL338.12º96.79%36.67%-
HSV(B)338.12º98.37%72.16%-
XYZ20.8710.696.59-
YUV64.64130.47213.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.88%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=71.88%
G=1.17%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18436900.980.620.28338.1296.7936.67
HexB83450623E1C1526125
Octal27031050142763452214145
Binary1011100011100010101100010111110111001010100101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80345; }

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

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

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

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

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

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

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

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