#C3025D

Color #C3025D Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #C3025D

Tints of Jazzberry Jam #C3025D

Color information

#C3025D (or 0xC3025D) is unknown color: approx Jazzberry Jam. HEX triplet: C3, 02 and 5D. RGB value is (195,2,93). Sum of RGB (Red+Green+Blue) = 195+2+93=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3025D is #3CFDA2. Grayscale: #454545. Windows color (decimal): -3997091 or 6095555. OLE color: 6095555.

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

Color convert

RGB195293-
CMYK00.990.520.24
HSL331.71º97.97%38.63%-
HSV(B)331.71º98.97%76.47%-
XYZ24.512.4411.46-
YUV70.08140.94217.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.24%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=67.24%
G=0.69%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19529300.990.520.24331.7197.9738.63
HexC325D063341814c6227
Octal30321350143643051414247
Binary1100001110101110101100011110100110001010011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3025D; }

 p { color: rgb(195,2,93); }

 H1.HeaderClassName
 {
   color: #C3025D;
 }
 .AnyTagClassName
 {
   color: #C3025D;
 }
</style>
background-color css

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

 a { background-color: rgb(195,2,93); }

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

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

 span { border-color: rgb(195,2,93); }

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