#B80367

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

Shades of Jazzberry Jam #B80367

Tints of Jazzberry Jam #B80367

Color information

#B80367 (or 0xB80367) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 03 and 67. RGB value is (184,3,103). Sum of RGB (Red+Green+Blue) = 184+3+103=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B80367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80367 is #47FC98. Grayscale: #444444. Windows color (decimal): -4717721 or 6751160. OLE color: 6751160.

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

Color convert

RGB1843103-
CMYK00.980.440.28
HSL326.85º96.79%36.67%-
HSV(B)326.85º98.37%72.16%-
XYZ22.2511.2313.83-
YUV68.52147.47210.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.45%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=63.45%
G=1.03%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184310300.980.440.28326.8596.7936.67
HexB83670622C1C1476125
Octal27031470142543450714145
Binary1011100011110011101100010101100111001010001111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80367; }

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

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

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

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

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

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

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

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