Html Css Color HEX #C30356 Jazzberry Jam

📋 copy color: '#C30356'

red 195 ◦ green 3 ◦ blue 86

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

Shades of Jazzberry Jam #C30356

Tints of Jazzberry Jam #C30356

RGB

 RED value IS 195 (76.56% from 255) = 68.66%

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

 BLUE value IS 86 (33.98% from 255) = 30.28%

R = 68.66%
G = 1.06%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C30356 (or 0xC30356) is known color: Jazzberry Jam. HEX triplet: C3, 03 and 56. RGB value is (195,3,86). Sum of RGB (Red+Green+Blue) = 195+3+86=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30356 is #3CFCA9. Grayscale: #454545. Windows color (decimal): -3996842 or 5637059. OLE color: 5637059.

HSL color Cylindrical-coordinate representation of color #C30356: hue angle of 334.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30356 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 86 -
CMYK 0 0.98 0.56 0.24
HSL 334.06º 0.97% 0.39% -
HSV(B) 334.06º 0.98% 0.76% -
XYZ 24.22 12.34 9.91 -
YUV 69.87 137.11 217.25 -
System Red Green Blue C M Y K H S L
Decimal 195 3 86 0 0.98 0.56 0.24 334.06 0.97 0.39
Hex C3 3 56 0 62 38 18 14E 61 27
Octal 303 3 126 0 142 70 30 516 141 47
Binary 11000011 11 1010110 0 1100010 111000 11000 101001110 1100001 100111

Color Harmonies of #C30356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30356

Black with #C30356

Text Example


Text Example

White with #C30356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30356; }

 p { color: rgb(195,3,86); }

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

background-color css

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

 a { background-color: rgb(195,3,86); }

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

border-color css

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

 span { border-color: rgb(195,3,86); }

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