#3E1830

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

Shades of Blackberry #3E1830

Tints of Blackberry #3E1830

Color information

#3E1830 (or 0x3E1830) is unknown color: approx Blackberry. HEX triplet: 3E, 18 and 30. RGB value is (62,24,48). Sum of RGB (Red+Green+Blue) = 62+24+48=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1830 is #C1E7CF. Grayscale: #262626. Windows color (decimal): -12707792 or 3151934. OLE color: 3151934.

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

Color convert

RGB622448-
CMYK00.610.230.76
HSL322.11º44.19%16.86%-
HSV(B)322.11º61.29%24.31%-
XYZ2.851.893.01-
YUV38.1133.59145.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.27%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=46.27%
G=17.91%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62244800.610.230.76322.1144.1916.86
Hex3E183003D174C1422c11
Octal763060075271145025421
Binary11111011000110000011110110111100110010100001010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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