#3C041E

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

Shades of Blackberry #3C041E

Tints of Blackberry #3C041E

Color information

#3C041E (or 0x3C041E) is unknown color: approx Blackberry. HEX triplet: 3C, 04 and 1E. RGB value is (60,4,30). Sum of RGB (Red+Green+Blue) = 60+4+30=94 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.83% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 60 - color contains mainly: red. Hex color #3C041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C041E is #C3FBE1. Grayscale: #171717. Windows color (decimal): -12844002 or 1967164. OLE color: 1967164.

HSL color Cylindrical-coordinate representation of color #3C041E: hue angle of 332.14º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C041E is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.76.

Color convert

RGB60430-
CMYK00.930.500.76
HSL332.14º87.5%12.55%-
HSV(B)332.14º93.33%23.53%-
XYZ2.141.141.34-
YUV23.71131.55153.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 63.83%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=63.83%
G=4.26%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6043000.930.500.76332.1487.512.55
Hex3C41E05D324C14c58d
Octal7443601356211451413015
Binary1111001001111001011101110010100110010100110010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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