#3C061D

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

Shades of Blackberry #3C061D

Tints of Blackberry #3C061D

Color information

#3C061D (or 0x3C061D) is unknown color: approx Blackberry. HEX triplet: 3C, 06 and 1D. RGB value is (60,6,29). Sum of RGB (Red+Green+Blue) = 60+6+29=95 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.16% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 60 - color contains mainly: red. Hex color #3C061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C061D is #C3F9E2. Grayscale: #181818. Windows color (decimal): -12843491 or 1902140. OLE color: 1902140.

HSL color Cylindrical-coordinate representation of color #3C061D: hue angle of 334.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C061D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB60629-
CMYK00.900.520.76
HSL334.44º81.82%12.94%-
HSV(B)334.44º90%23.53%-
XYZ2.151.181.28-
YUV24.77130.39153.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 63.16%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=63.16%
G=6.32%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6062900.900.520.76334.4481.8212.94
Hex3C61D05A344C14e52d
Octal7463501326411451612215
Binary1111001101110101011010110100100110010100111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,6,29); }

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

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

 a { background-color: rgb(60,6,29); }

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

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

 span { border-color: rgb(60,6,29); }

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