Html Css Color HEX #C30368 Jazzberry Jam

📋 copy color: '#C30368'

red 195 ◦ green 3 ◦ blue 104

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

Shades of Jazzberry Jam #C30368

Tints of Jazzberry Jam #C30368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 64.57%
G = 0.99%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30368 (or 0xC30368) is known color: Jazzberry Jam. HEX triplet: C3, 03 and 68. RGB value is (195,3,104). Sum of RGB (Red+Green+Blue) = 195+3+104=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C30368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30368 is #3CFC97. Grayscale: #474747. Windows color (decimal): -3996824 or 6816707. OLE color: 6816707.

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

Color convert

RGB 195 3 104 -
CMYK 0 0.98 0.47 0.24
HSL 328.44º 0.97% 0.39% -
HSV(B) 328.44º 0.98% 0.76% -
XYZ 25.04 12.67 14.22 -
YUV 71.92 146.11 215.79 -
System Red Green Blue C M Y K H S L
Decimal 195 3 104 0 0.98 0.47 0.24 328.44 0.97 0.39
Hex C3 3 68 0 62 2F 18 148 61 27
Octal 303 3 150 0 142 57 30 510 141 47
Binary 11000011 11 1101000 0 1100010 101111 11000 101001000 1100001 100111

Color Harmonies of #C30368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30368

Black with #C30368

Text Example


Text Example

White with #C30368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30368; }

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

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

background-color css

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

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

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

border-color css

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

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

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