#3E0025

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

Shades of Blackberry #3E0025

Tints of Blackberry #3E0025

Color information

#3E0025 (or 0x3E0025) is unknown color: approx Blackberry. HEX triplet: 3E, 00 and 25. RGB value is (62,0,37). Sum of RGB (Red+Green+Blue) = 62+0+37=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0025 is #C1FFDA. Grayscale: #161616. Windows color (decimal): -12713947 or 2424894. OLE color: 2424894.

HSL color Cylindrical-coordinate representation of color #3E0025: hue angle of 324.19º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0025 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB62037-
CMYK010.400.76
HSL324.19º100%12.16%-
HSV(B)324.19º100%24.31%-
XYZ2.321.161.85-
YUV22.76136.04155.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 62.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=62.63%
G=0%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62037010.400.76324.1910012.16
Hex3E025064284C14464c
Octal7604501445011450414414
Binary111110010010101100100101000100110010100010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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