#3E182B

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

Shades of Blackberry #3E182B

Tints of Blackberry #3E182B

Color information

#3E182B (or 0x3E182B) is unknown color: approx Blackberry. HEX triplet: 3E, 18 and 2B. RGB value is (62,24,43). Sum of RGB (Red+Green+Blue) = 62+24+43=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E182B is #C1E7D4. Grayscale: #252525. Windows color (decimal): -12707797 or 2824254. OLE color: 2824254.

HSL color Cylindrical-coordinate representation of color #3E182B: hue angle of 330º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E182B is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB622443-
CMYK00.610.310.76
HSL330º44.19%16.86%-
HSV(B)330º61.29%24.31%-
XYZ2.751.852.5-
YUV37.53131.09145.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.06%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=48.06%
G=18.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62244300.610.310.7633044.1916.86
Hex3E182B03D1F4C14a2c11
Octal763053075371145125421
Binary11111011000101011011110111111100110010100101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,24,43); }

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

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

 a { background-color: rgb(62,24,43); }

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

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

 span { border-color: rgb(62,24,43); }

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