#C30261

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

Shades of Jazzberry Jam #C30261

Tints of Jazzberry Jam #C30261

Color information

#C30261 (or 0xC30261) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 02 and 61. RGB value is (195,2,97). Sum of RGB (Red+Green+Blue) = 195+2+97=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C30261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30261 is #3CFD9E. Grayscale: #464646. Windows color (decimal): -3997087 or 6357699. OLE color: 6357699.

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

Color convert

RGB195297-
CMYK00.990.500.24
HSL330.47º97.97%38.63%-
HSV(B)330.47º98.97%76.47%-
XYZ24.6912.5112.42-
YUV70.54142.94216.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.33%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=66.33%
G=0.68%
B=32.99%

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
Decimal19529700.990.500.24330.4797.9738.63
HexC3261063321814a6227
Octal30321410143623051214247
Binary1100001110110000101100011110010110001010010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30261; }

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

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

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

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

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

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

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

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