#3E182F

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

Shades of Blackberry #3E182F

Tints of Blackberry #3E182F

Color information

#3E182F (or 0x3E182F) is unknown color: approx Blackberry. HEX triplet: 3E, 18 and 2F. RGB value is (62,24,47). Sum of RGB (Red+Green+Blue) = 62+24+47=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E182F is #C1E7D0. Grayscale: #252525. Windows color (decimal): -12707793 or 3086398. OLE color: 3086398.

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

Color convert

RGB622447-
CMYK00.610.240.76
HSL323.68º44.19%16.86%-
HSV(B)323.68º61.29%24.31%-
XYZ2.831.882.9-
YUV37.98133.09145.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.62%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=46.62%
G=18.05%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62244700.610.240.76323.6844.1916.86
Hex3E182F03D184C1442c11
Octal763057075301145045421
Binary11111011000101111011110111000100110010100010010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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