Html Css Color HEX #C3015B Jazzberry Jam

📋 copy color: '#C3015B'

red 195 ◦ green 1 ◦ blue 91

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

Shades of Jazzberry Jam #C3015B

Tints of Jazzberry Jam #C3015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 67.94%
G = 0.35%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3015B (or 0xC3015B) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 5B. RGB value is (195,1,91). Sum of RGB (Red+Green+Blue) = 195+1+91=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C3015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3015B is #3CFEA4. Grayscale: #454545. Windows color (decimal): -3997349 or 5964227. OLE color: 5964227.

HSL color Cylindrical-coordinate representation of color #C3015B: hue angle of 332.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3015B is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 91 -
CMYK 0 0.99 0.53 0.24
HSL 332.16º 0.99% 0.38% -
HSV(B) 332.16º 0.99% 0.76% -
XYZ 24.4 12.38 11 -
YUV 69.27 140.27 217.68 -
System Red Green Blue C M Y K H S L
Decimal 195 1 91 0 0.99 0.53 0.24 332.16 0.99 0.38
Hex C3 1 5B 0 63 35 18 14C 63 26
Octal 303 1 133 0 143 65 30 514 143 46
Binary 11000011 1 1011011 0 1100011 110101 11000 101001100 1100011 100110

Color Harmonies of #C3015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3015B

Black with #C3015B

Text Example


Text Example

White with #C3015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3015B; }

 p { color: rgb(195,1,91); }

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

background-color css

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

 a { background-color: rgb(195,1,91); }

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

border-color css

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

 span { border-color: rgb(195,1,91); }

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