#C30257

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

Shades of Jazzberry Jam #C30257

Tints of Jazzberry Jam #C30257

Color information

#C30257 (or 0xC30257) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 02 and 57. RGB value is (195,2,87). Sum of RGB (Red+Green+Blue) = 195+2+87=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30257 is #3CFDA8. Grayscale: #454545. Windows color (decimal): -3997097 or 5702339. OLE color: 5702339.

HSL color Cylindrical-coordinate representation of color #C30257: hue angle of 333.58º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30257 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB195287-
CMYK00.990.550.24
HSL333.58º97.97%38.63%-
HSV(B)333.58º98.97%76.47%-
XYZ24.2512.3310.12-
YUV69.4137.94217.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.66%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=68.66%
G=0.70%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19528700.990.550.24333.5897.9738.63
HexC3257063371814e6227
Octal30321270143673051614247
Binary1100001110101011101100011110111110001010011101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30257; }

 p { color: rgb(195,2,87); }

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

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

 a { background-color: rgb(195,2,87); }

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

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

 span { border-color: rgb(195,2,87); }

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