#3E1430

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

Shades of Blackberry #3E1430

Tints of Blackberry #3E1430

Color information

#3E1430 (or 0x3E1430) is unknown color: approx Blackberry. HEX triplet: 3E, 14 and 30. RGB value is (62,20,48). Sum of RGB (Red+Green+Blue) = 62+20+48=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1430 is #C1EBCF. Grayscale: #232323. Windows color (decimal): -12708816 or 3150910. OLE color: 3150910.

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

Color convert

RGB622048-
CMYK00.680.230.76
HSL320º51.22%16.08%-
HSV(B)320º67.74%24.31%-
XYZ2.771.742.99-
YUV35.75134.91146.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.69%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=47.69%
G=15.38%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62204800.680.230.7632051.2216.08
Hex3E1430044174C1403310
Octal7624600104271145006320
Binary111110101001100000100010010111100110010100000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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