#3E1425

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

Shades of Blackberry #3E1425

Tints of Blackberry #3E1425

Color information

#3E1425 (or 0x3E1425) is unknown color: approx Blackberry. HEX triplet: 3E, 14 and 25. RGB value is (62,20,37). Sum of RGB (Red+Green+Blue) = 62+20+37=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1425 is #C1EBDA. Grayscale: #222222. Windows color (decimal): -12708827 or 2430014. OLE color: 2430014.

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

Color convert

RGB622037-
CMYK00.680.400.76
HSL335.71º51.22%16.08%-
HSV(B)335.71º67.74%24.31%-
XYZ2.571.661.93-
YUV34.5129.41147.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 52.10%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=52.10%
G=16.81%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62203700.680.400.76335.7151.2216.08
Hex3E1425044284C1503310
Octal7624450104501145206320
Binary1111101010010010101000100101000100110010101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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