#C30262

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

Shades of Jazzberry Jam #C30262

Tints of Jazzberry Jam #C30262

Color information

#C30262 (or 0xC30262) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 02 and 62. RGB value is (195,2,98). Sum of RGB (Red+Green+Blue) = 195+2+98=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C30262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30262 is #3CFD9D. Grayscale: #464646. Windows color (decimal): -3997086 or 6423235. OLE color: 6423235.

HSL color Cylindrical-coordinate representation of color #C30262: hue angle of 330.16º 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 #C30262 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB195298-
CMYK00.990.500.24
HSL330.16º97.97%38.63%-
HSV(B)330.16º98.97%76.47%-
XYZ24.7312.5312.67-
YUV70.65143.44216.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.10%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=66.10%
G=0.68%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19529800.990.500.24330.1697.9738.63
HexC3262063321814a6227
Octal30321420143623051214247
Binary1100001110110001001100011110010110001010010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30262; }

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

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

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

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

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

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

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

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