#3E1026

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

Shades of Blackberry #3E1026

Tints of Blackberry #3E1026

Color information

#3E1026 (or 0x3E1026) is unknown color: approx Blackberry. HEX triplet: 3E, 10 and 26. RGB value is (62,16,38). Sum of RGB (Red+Green+Blue) = 62+16+38=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1026 is #C1EFD9. Grayscale: #202020. Windows color (decimal): -12709850 or 2494526. OLE color: 2494526.

HSL color Cylindrical-coordinate representation of color #3E1026: hue angle of 331.3º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1026 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.76.

Color convert

RGB621638-
CMYK00.740.390.76
HSL331.3º58.97%15.29%-
HSV(B)331.3º74.19%24.31%-
XYZ2.521.532-
YUV32.26131.24149.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.45%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=53.45%
G=13.79%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62163800.740.390.76331.358.9715.29
Hex3E102604A274C14b3bf
Octal7620460112471145137317
Binary111110100001001100100101010011110011001010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,16,38); }

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

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

 a { background-color: rgb(62,16,38); }

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

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

 span { border-color: rgb(62,16,38); }

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