#B60353

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

Shades of Jazzberry Jam #B60353

Tints of Jazzberry Jam #B60353

Color information

#B60353 (or 0xB60353) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 03 and 53. RGB value is (182,3,83). Sum of RGB (Red+Green+Blue) = 182+3+83=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B60353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60353 is #49FCAC. Grayscale: #414141. Windows color (decimal): -4848813 or 5440438. OLE color: 5440438.

HSL color Cylindrical-coordinate representation of color #B60353: hue angle of 333.18º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60353 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB182383-
CMYK00.980.540.29
HSL333.18º96.76%36.27%-
HSV(B)333.18º98.35%71.37%-
XYZ20.8910.639.14-
YUV65.64137.8211-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.91%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=67.91%
G=1.12%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18238300.980.540.29333.1896.7636.27
HexB6353062361D14d6124
Octal26631230142663551514144
Binary1011011011101001101100010110110111011010011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60353; }

 p { color: rgb(182,3,83); }

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

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

 a { background-color: rgb(182,3,83); }

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

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

 span { border-color: rgb(182,3,83); }

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