Html Css Color HEX #C00352 Jazzberry Jam

📋 copy color: '#C00352'

red 192 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #C00352

Tints of Jazzberry Jam #C00352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 69.31%
G = 1.08%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C00352 (or 0xC00352) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 52. RGB value is (192,3,82). Sum of RGB (Red+Green+Blue) = 192+3+82=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C00352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00352 is #3FFCAD. Grayscale: #444444. Windows color (decimal): -4193454 or 5374912. OLE color: 5374912.

HSL color Cylindrical-coordinate representation of color #C00352: hue angle of 334.92º 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 #C00352 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 82 -
CMYK 0 0.98 0.57 0.25
HSL 334.92º 0.97% 0.38% -
HSV(B) 334.92º 0.98% 0.75% -
XYZ 23.29 11.88 9.05 -
YUV 68.52 135.62 216.08 -
System Red Green Blue C M Y K H S L
Decimal 192 3 82 0 0.98 0.57 0.25 334.92 0.97 0.38
Hex C0 3 52 0 62 39 19 14F 61 26
Octal 300 3 122 0 142 71 31 517 141 46
Binary 11000000 11 1010010 0 1100010 111001 11001 101001111 1100001 100110

Color Harmonies of #C00352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00352

Black with #C00352

Text Example


Text Example

White with #C00352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00352; }

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

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

background-color css

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

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

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

border-color css

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

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

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