#C0024B

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

Shades of Jazzberry Jam #C0024B

Tints of Jazzberry Jam #C0024B

Color information

#C0024B (or 0xC0024B) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 02 and 4B. RGB value is (192,2,75). Sum of RGB (Red+Green+Blue) = 192+2+75=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C0024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0024B is #3FFDB4. Grayscale: #434343. Windows color (decimal): -4193717 or 4915904. OLE color: 4915904.

HSL color Cylindrical-coordinate representation of color #C0024B: hue angle of 336.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0024B is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB192275-
CMYK00.990.610.25
HSL336.95º97.94%38.04%-
HSV(B)336.95º98.96%75.29%-
XYZ23.0311.767.71-
YUV67.13132.45217.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.38%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=71.38%
G=0.74%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19227500.990.610.25336.9597.9438.04
HexC024B0633D191516226
Octal30021130143753152114246
Binary1100000010100101101100011111101110011010100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0024B; }

 p { color: rgb(192,2,75); }

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

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

 a { background-color: rgb(192,2,75); }

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

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

 span { border-color: rgb(192,2,75); }

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