Html Css Color HEX #C00358 Jazzberry Jam

📋 copy color: '#C00358'

red 192 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #C00358

Tints of Jazzberry Jam #C00358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.1%

R = 67.84%
G = 1.06%
B = 31.1%

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

#C00358 (or 0xC00358) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 58. RGB value is (192,3,88). Sum of RGB (Red+Green+Blue) = 192+3+88=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C00358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00358 is #3FFCA7. Grayscale: #454545. Windows color (decimal): -4193448 or 5768128. OLE color: 5768128.

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

Color convert

RGB 192 3 88 -
CMYK 0 0.98 0.54 0.25
HSL 333.02º 0.97% 0.38% -
HSV(B) 333.02º 0.98% 0.75% -
XYZ 23.53 11.98 10.3 -
YUV 69.2 138.62 215.59 -
System Red Green Blue C M Y K H S L
Decimal 192 3 88 0 0.98 0.54 0.25 333.02 0.97 0.38
Hex C0 3 58 0 62 36 19 14D 61 26
Octal 300 3 130 0 142 66 31 515 141 46
Binary 11000000 11 1011000 0 1100010 110110 11001 101001101 1100001 100110

Color Harmonies of #C00358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00358

Black with #C00358

Text Example


Text Example

White with #C00358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00358; }

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

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

background-color css

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

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

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

border-color css

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

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

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