#3C0219

Color #3C0219 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #3C0219

Tints of Blackberry #3C0219

Color information

#3C0219 (or 0x3C0219) is unknown color: approx Blackberry. HEX triplet: 3C, 02 and 19. RGB value is (60,2,25). Sum of RGB (Red+Green+Blue) = 60+2+25=87 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.97% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0219 is #C3FDE6. Grayscale: #151515. Windows color (decimal): -12844519 or 1638972. OLE color: 1638972.

HSL color Cylindrical-coordinate representation of color #3C0219: hue angle of 336.21º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0219 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.76.

Color convert

RGB60225-
CMYK00.970.580.76
HSL336.21º93.55%12.16%-
HSV(B)336.21º96.67%23.53%-
XYZ2.061.071.02-
YUV21.96129.72155.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 68.97%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=68.97%
G=2.30%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6022500.970.580.76336.2193.5512.16
Hex3C2190613A4C1505ec
Octal7423101417211452013614
Binary111100101100101100001111010100110010101000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0219; }

 p { color: rgb(60,2,25); }

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

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

 a { background-color: rgb(60,2,25); }

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

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

 span { border-color: rgb(60,2,25); }

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