#3E012A

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

Shades of Blackberry #3E012A

Tints of Blackberry #3E012A

Color information

#3E012A (or 0x3E012A) is unknown color: approx Blackberry. HEX triplet: 3E, 01 and 2A. RGB value is (62,1,42). Sum of RGB (Red+Green+Blue) = 62+1+42=105 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.05% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 62 - color contains mainly: red. Hex color #3E012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E012A is #C1FED5. Grayscale: #171717. Windows color (decimal): -12713686 or 2752830. OLE color: 2752830.

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

Color convert

RGB62142-
CMYK00.980.320.76
HSL319.67º96.83%12.35%-
HSV(B)319.67º98.39%24.31%-
XYZ2.421.212.3-
YUV23.91138.21155.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 59.05%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 42 (16.80% from 255) = 40%
R=59.05%
G=0.95%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6214200.980.320.76319.6796.8312.35
Hex3E12A062204C14061c
Octal7615201424011450014114
Binary111110110101001100010100000100110010100000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,1,42); }

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

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

 a { background-color: rgb(62,1,42); }

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

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

 span { border-color: rgb(62,1,42); }

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