#3E062D

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

Shades of Blackberry #3E062D

Tints of Blackberry #3E062D

Color information

#3E062D (or 0x3E062D) is unknown color: approx Blackberry. HEX triplet: 3E, 06 and 2D. RGB value is (62,6,45). Sum of RGB (Red+Green+Blue) = 62+6+45=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E062D is #C1F9D2. Grayscale: #1B1B1B. Windows color (decimal): -12712403 or 2950718. OLE color: 2950718.

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

Color convert

RGB62645-
CMYK00.900.270.76
HSL318.21º82.35%13.33%-
HSV(B)318.21º90.32%24.31%-
XYZ2.531.342.61-
YUV27.19138.05152.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 54.87%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 45 (17.97% from 255) = 39.82%
R=54.87%
G=5.31%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6264500.900.270.76318.2182.3513.33
Hex3E62D05A1B4C13e52d
Octal7665501323311447612215
Binary1111101101011010101101011011100110010011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,6,45); }

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

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

 a { background-color: rgb(62,6,45); }

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

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

 span { border-color: rgb(62,6,45); }

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