#3E1427

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

Shades of Blackberry #3E1427

Tints of Blackberry #3E1427

Color information

#3E1427 (or 0x3E1427) is unknown color: approx Blackberry. HEX triplet: 3E, 14 and 27. RGB value is (62,20,39). Sum of RGB (Red+Green+Blue) = 62+20+39=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1427 is #C1EBD8. Grayscale: #222222. Windows color (decimal): -12708825 or 2561086. OLE color: 2561086.

HSL color Cylindrical-coordinate representation of color #3E1427: hue angle of 332.86º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E1427 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.76.

Color convert

RGB622039-
CMYK00.680.370.76
HSL332.86º51.22%16.08%-
HSV(B)332.86º67.74%24.31%-
XYZ2.61.672.1-
YUV34.72130.41147.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.24%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=51.24%
G=16.53%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62203900.680.370.76332.8651.2216.08
Hex3E1427044254C14d3310
Octal7624470104451145156320
Binary1111101010010011101000100100101100110010100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,20,39); }

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

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

 a { background-color: rgb(62,20,39); }

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

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

 span { border-color: rgb(62,20,39); }

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