Html Css Color HEX #C00359 Jazzberry Jam

📋 copy color: '#C00359'

red 192 ◦ green 3 ◦ blue 89

#C00359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #C00359

Tints of Jazzberry Jam #C00359

RGB

 RED value IS 192 (75.39% from 255) = 67.61%

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 89 (35.16% from 255) = 31.34%

R = 67.61%
G = 1.06%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C00359 (or 0xC00359) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 59. RGB value is (192,3,89). Sum of RGB (Red+Green+Blue) = 192+3+89=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C00359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00359 is #3FFCA6. Grayscale: #454545. Windows color (decimal): -4193447 or 5833664. OLE color: 5833664.

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

Color convert

RGB 192 3 89 -
CMYK 0 0.98 0.54 0.25
HSL 332.7º 0.97% 0.38% -
HSV(B) 332.7º 0.98% 0.75% -
XYZ 23.57 11.99 10.52 -
YUV 69.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 192 3 89 0 0.98 0.54 0.25 332.7 0.97 0.38
Hex C0 3 59 0 62 36 19 14D 61 26
Octal 300 3 131 0 142 66 31 515 141 46
Binary 11000000 11 1011001 0 1100010 110110 11001 101001101 1100001 100110

Color Harmonies of #C00359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00359

Black with #C00359

Text Example


Text Example

White with #C00359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00359; }

 p { color: rgb(192,3,89); }

 H1.HeaderClassName
 {
   color: #C00359;
 }
 .AnyTagClassName
 {
   color: #C00359;
 }
</style>

background-color css

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

 a { background-color: rgb(192,3,89); }

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

border-color css

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

 span { border-color: rgb(192,3,89); }

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