#B52269

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

Shades of Jazzberry Jam #B52269

Tints of Jazzberry Jam #B52269

Color information

#B52269 (or 0xB52269) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 22 and 69. RGB value is (181,34,105). Sum of RGB (Red+Green+Blue) = 181+34+105=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B52269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52269 is #4ADD96. Grayscale: #555555. Windows color (decimal): -4906391 or 6890165. OLE color: 6890165.

HSL color Cylindrical-coordinate representation of color #B52269: hue angle of 331.02º 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 #B52269 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18134105-
CMYK00.810.420.29
HSL331.02º68.37%42.16%-
HSV(B)331.02º81.22%70.98%-
XYZ22.1811.9914.51-
YUV86.05138.7195.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.56%
GREEN value IS 34 (13.67% from 255) = 10.62%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=56.56%
G=10.62%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813410500.810.420.29331.0268.3742.16
HexB522690512A1D14b442a
Octal265421510121523551310452
Binary10110101100010110100101010001101010111011010010111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52269; }

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

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

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

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

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

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

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

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