#BB0048

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

Shades of Jazzberry Jam #BB0048

Tints of Jazzberry Jam #BB0048

Color information

#BB0048 (or 0xBB0048) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 00 and 48. RGB value is (187,0,72). Sum of RGB (Red+Green+Blue) = 187+0+72=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0048 is #44FFB7. Grayscale: #404040. Windows color (decimal): -4521912 or 4718779. OLE color: 4718779.

HSL color Cylindrical-coordinate representation of color #BB0048: hue angle of 336.9º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0048 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB187072-
CMYK010.610.27
HSL336.9º100%36.67%-
HSV(B)336.9º100%73.33%-
XYZ21.6611.037.12-
YUV64.12132.45215.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 72.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=72.20%
G=0%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187072010.610.27336.910036.67
HexBB0480643D1B1516425
Octal27301100144753352114445
Binary101110110100100001100100111101110111010100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0048; }

 p { color: rgb(187,0,72); }

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

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

 a { background-color: rgb(187,0,72); }

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

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

 span { border-color: rgb(187,0,72); }

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