Html Css Color HEX #C30369 Jazzberry Jam

📋 copy color: '#C30369'

red 195 ◦ green 3 ◦ blue 105

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

Shades of Jazzberry Jam #C30369

Tints of Jazzberry Jam #C30369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 64.36%
G = 0.99%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C30369 (or 0xC30369) is known color: Jazzberry Jam. HEX triplet: C3, 03 and 69. RGB value is (195,3,105). Sum of RGB (Red+Green+Blue) = 195+3+105=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C30369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30369 is #3CFC96. Grayscale: #474747. Windows color (decimal): -3996823 or 6882243. OLE color: 6882243.

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

Color convert

RGB 195 3 105 -
CMYK 0 0.98 0.46 0.24
HSL 328.13º 0.97% 0.39% -
HSV(B) 328.13º 0.98% 0.76% -
XYZ 25.09 12.69 14.49 -
YUV 72.04 146.61 215.71 -
System Red Green Blue C M Y K H S L
Decimal 195 3 105 0 0.98 0.46 0.24 328.13 0.97 0.39
Hex C3 3 69 0 62 2E 18 148 61 27
Octal 303 3 151 0 142 56 30 510 141 47
Binary 11000011 11 1101001 0 1100010 101110 11000 101001000 1100001 100111

Color Harmonies of #C30369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30369

Black with #C30369

Text Example


Text Example

White with #C30369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30369; }

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

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

background-color css

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

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

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

border-color css

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

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

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