#3E0928

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

Shades of Blackberry #3E0928

Tints of Blackberry #3E0928

Color information

#3E0928 (or 0x3E0928) is unknown color: approx Blackberry. HEX triplet: 3E, 09 and 28. RGB value is (62,9,40). Sum of RGB (Red+Green+Blue) = 62+9+40=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0928 is #C1F6D7. Grayscale: #1C1C1C. Windows color (decimal): -12711640 or 2623806. OLE color: 2623806.

HSL color Cylindrical-coordinate representation of color #3E0928: hue angle of 324.91º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0928 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB62940-
CMYK00.850.350.76
HSL324.91º74.65%13.92%-
HSV(B)324.91º85.48%24.31%-
XYZ2.471.372.14-
YUV28.38134.56151.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 55.86%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=55.86%
G=8.11%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6294000.850.350.76324.9174.6513.92
Hex3E928055234C1454be
Octal76115001254311450511316
Binary111110100110100001010101100011100110010100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,9,40); }

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

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

 a { background-color: rgb(62,9,40); }

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

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

 span { border-color: rgb(62,9,40); }

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