Html Css Color HEX #C30364 Jazzberry Jam

📋 copy color: '#C30364'

red 195 ◦ green 3 ◦ blue 100

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

Shades of Jazzberry Jam #C30364

Tints of Jazzberry Jam #C30364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 65.44%
G = 1.01%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C30364 (or 0xC30364) is known color: Jazzberry Jam. HEX triplet: C3, 03 and 64. RGB value is (195,3,100). Sum of RGB (Red+Green+Blue) = 195+3+100=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C30364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30364 is #3CFC9B. Grayscale: #474747. Windows color (decimal): -3996828 or 6554563. OLE color: 6554563.

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

Color convert

RGB 195 3 100 -
CMYK 0 0.98 0.49 0.24
HSL 329.69º 0.97% 0.39% -
HSV(B) 329.69º 0.98% 0.76% -
XYZ 24.84 12.59 13.18 -
YUV 71.47 144.11 216.11 -
System Red Green Blue C M Y K H S L
Decimal 195 3 100 0 0.98 0.49 0.24 329.69 0.97 0.39
Hex C3 3 64 0 62 31 18 14A 61 27
Octal 303 3 144 0 142 61 30 512 141 47
Binary 11000011 11 1100100 0 1100010 110001 11000 101001010 1100001 100111

Color Harmonies of #C30364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30364

Black with #C30364

Text Example


Text Example

White with #C30364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30364; }

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

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

background-color css

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

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

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

border-color css

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

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

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