#3C021E

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

Shades of Blackberry #3C021E

Tints of Blackberry #3C021E

Color information

#3C021E (or 0x3C021E) is unknown color: approx Blackberry. HEX triplet: 3C, 02 and 1E. RGB value is (60,2,30). Sum of RGB (Red+Green+Blue) = 60+2+30=92 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.22% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 60 - color contains mainly: red. Hex color #3C021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C021E is #C3FDE1. Grayscale: #161616. Windows color (decimal): -12844514 or 1966652. OLE color: 1966652.

HSL color Cylindrical-coordinate representation of color #3C021E: hue angle of 331.03º 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 #3C021E is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.76.

Color convert

RGB60230-
CMYK00.970.500.76
HSL331.03º93.55%12.16%-
HSV(B)331.03º96.67%23.53%-
XYZ2.121.11.33-
YUV22.53132.22154.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 65.22%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=65.22%
G=2.17%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6023000.970.500.76331.0393.5512.16
Hex3C21E061324C14b5ec
Octal7423601416211451313614
Binary111100101111001100001110010100110010100101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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