#B52268

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

Shades of Jazzberry Jam #B52268

Tints of Jazzberry Jam #B52268

Color information

#B52268 (or 0xB52268) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 22 and 68. RGB value is (181,34,104). Sum of RGB (Red+Green+Blue) = 181+34+104=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B52268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52268 is #4ADD97. Grayscale: #555555. Windows color (decimal): -4906392 or 6824629. OLE color: 6824629.

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

Color convert

RGB18134104-
CMYK00.810.430.29
HSL331.43º68.37%42.16%-
HSV(B)331.43º81.22%70.98%-
XYZ22.1311.9714.24-
YUV85.93138.2195.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=56.74%
G=10.66%
B=32.60%

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
Decimal1813410400.810.430.29331.4368.3742.16
HexB522680512B1D14b442a
Octal265421500121533551310452
Binary10110101100010110100001010001101011111011010010111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52268; }

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

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

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

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

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

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

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

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