#3C011F

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

Shades of Blackberry #3C011F

Tints of Blackberry #3C011F

Color information

#3C011F (or 0x3C011F) is unknown color: approx Blackberry. HEX triplet: 3C, 01 and 1F. RGB value is (60,1,31). Sum of RGB (Red+Green+Blue) = 60+1+31=92 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.22% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 60 - color contains mainly: red. Hex color #3C011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C011F is #C3FEE0. Grayscale: #161616. Windows color (decimal): -12844769 or 2031932. OLE color: 2031932.

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

Color convert

RGB60131-
CMYK00.980.480.76
HSL329.49º96.72%11.96%-
HSV(B)329.49º98.33%23.53%-
XYZ2.121.081.39-
YUV22.06133.05155.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 65.22%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=65.22%
G=1.09%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6013100.980.480.76329.4996.7211.96
Hex3C11F062304C14961c
Octal7413701426011451114114
Binary11110011111101100010110000100110010100100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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