#3C011A

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

Shades of Blackberry #3C011A

Tints of Blackberry #3C011A

Color information

#3C011A (or 0x3C011A) is unknown color: approx Blackberry. HEX triplet: 3C, 01 and 1A. RGB value is (60,1,26). Sum of RGB (Red+Green+Blue) = 60+1+26=87 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.97% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 60 - color contains mainly: red. Hex color #3C011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C011A is #C3FEE5. Grayscale: #151515. Windows color (decimal): -12844774 or 1704252. OLE color: 1704252.

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

Color convert

RGB60126-
CMYK00.980.570.76
HSL334.58º96.72%11.96%-
HSV(B)334.58º98.33%23.53%-
XYZ2.061.061.07-
YUV21.49130.55155.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 68.97%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=68.97%
G=1.15%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6012600.980.570.76334.5896.7211.96
Hex3C11A062394C14f61c
Octal7413201427111451714114
Binary11110011101001100010111001100110010100111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,1,26); }

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

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

 a { background-color: rgb(60,1,26); }

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

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

 span { border-color: rgb(60,1,26); }

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