Html Css Color HEX #C30367 Jazzberry Jam

📋 copy color: '#C30367'

red 195 ◦ green 3 ◦ blue 103

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

Shades of Jazzberry Jam #C30367

Tints of Jazzberry Jam #C30367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 64.78%
G = 1%
B = 34.22%

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

#C30367 (or 0xC30367) is known color: Jazzberry Jam. HEX triplet: C3, 03 and 67. RGB value is (195,3,103). Sum of RGB (Red+Green+Blue) = 195+3+103=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C30367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30367 is #3CFC98. Grayscale: #474747. Windows color (decimal): -3996825 or 6751171. OLE color: 6751171.

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

Color convert

RGB 195 3 103 -
CMYK 0 0.98 0.47 0.24
HSL 328.75º 0.97% 0.39% -
HSV(B) 328.75º 0.98% 0.76% -
XYZ 24.99 12.65 13.96 -
YUV 71.81 145.61 215.87 -
System Red Green Blue C M Y K H S L
Decimal 195 3 103 0 0.98 0.47 0.24 328.75 0.97 0.39
Hex C3 3 67 0 62 2F 18 149 61 27
Octal 303 3 147 0 142 57 30 511 141 47
Binary 11000011 11 1100111 0 1100010 101111 11000 101001001 1100001 100111

Color Harmonies of #C30367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30367

Black with #C30367

Text Example


Text Example

White with #C30367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30367; }

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

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

background-color css

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

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

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

border-color css

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

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

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