#C01358

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

Shades of Jazzberry Jam #C01358

Tints of Jazzberry Jam #C01358

Color information

#C01358 (or 0xC01358) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 13 and 58. RGB value is (192,19,88). Sum of RGB (Red+Green+Blue) = 192+19+88=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C01358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01358 is #3FECA7. Grayscale: #4E4E4E. Windows color (decimal): -4189352 or 5772224. OLE color: 5772224.

HSL color Cylindrical-coordinate representation of color #C01358: hue angle of 336.07º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01358 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1921988-
CMYK00.900.540.25
HSL336.07º81.99%41.37%-
HSV(B)336.07º90.1%75.29%-
XYZ23.7312.3810.37-
YUV78.59133.31208.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.21%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=64.21%
G=6.35%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192198800.900.540.25336.0781.9941.37
HexC0135805A36191505229
Octal300231300132663152012251
Binary1100000010011101100001011010110110110011010100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01358; }

 p { color: rgb(192,19,88); }

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

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

 a { background-color: rgb(192,19,88); }

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

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

 span { border-color: rgb(192,19,88); }

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