#B52267

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

Shades of Jazzberry Jam #B52267

Tints of Jazzberry Jam #B52267

Color information

#B52267 (or 0xB52267) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 22 and 67. RGB value is (181,34,103). Sum of RGB (Red+Green+Blue) = 181+34+103=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B52267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52267 is #4ADD98. Grayscale: #555555. Windows color (decimal): -4906393 or 6759093. OLE color: 6759093.

HSL color Cylindrical-coordinate representation of color #B52267: hue angle of 331.84º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52267 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18134103-
CMYK00.810.430.29
HSL331.84º68.37%42.16%-
HSV(B)331.84º81.22%70.98%-
XYZ22.0811.9513.97-
YUV85.82137.7195.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=56.92%
G=10.69%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813410300.810.430.29331.8468.3742.16
HexB522670512B1D14c442a
Octal265421470121533551410452
Binary10110101100010110011101010001101011111011010011001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52267; }

 p { color: rgb(181,34,103); }

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

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

 a { background-color: rgb(181,34,103); }

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

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

 span { border-color: rgb(181,34,103); }

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