Html Css Color HEX #C30358 Jazzberry Jam

📋 copy color: '#C30358'

red 195 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #C30358

Tints of Jazzberry Jam #C30358

RGB

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

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

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

R = 68.18%
G = 1.05%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C30358 (or 0xC30358) is known color: Jazzberry Jam. HEX triplet: C3, 03 and 58. RGB value is (195,3,88). Sum of RGB (Red+Green+Blue) = 195+3+88=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C30358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30358 is #3CFCA7. Grayscale: #454545. Windows color (decimal): -3996840 or 5768131. OLE color: 5768131.

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

Color convert

RGB 195 3 88 -
CMYK 0 0.98 0.55 0.24
HSL 333.44º 0.97% 0.39% -
HSV(B) 333.44º 0.98% 0.76% -
XYZ 24.3 12.37 10.34 -
YUV 70.1 138.11 217.09 -
System Red Green Blue C M Y K H S L
Decimal 195 3 88 0 0.98 0.55 0.24 333.44 0.97 0.39
Hex C3 3 58 0 62 37 18 14D 61 27
Octal 303 3 130 0 142 67 30 515 141 47
Binary 11000011 11 1011000 0 1100010 110111 11000 101001101 1100001 100111

Color Harmonies of #C30358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30358

Black with #C30358

Text Example


Text Example

White with #C30358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30358; }

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

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

background-color css

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

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

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

border-color css

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

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

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