#3E092B

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

Shades of Blackberry #3E092B

Tints of Blackberry #3E092B

Color information

#3E092B (or 0x3E092B) is unknown color: approx Blackberry. HEX triplet: 3E, 09 and 2B. RGB value is (62,9,43). Sum of RGB (Red+Green+Blue) = 62+9+43=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E092B is #C1F6D4. Grayscale: #1C1C1C. Windows color (decimal): -12711637 or 2820414. OLE color: 2820414.

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

Color convert

RGB62943-
CMYK00.850.310.76
HSL321.51º74.65%13.92%-
HSV(B)321.51º85.48%24.31%-
XYZ2.521.392.42-
YUV28.72136.06151.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 54.39%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=54.39%
G=7.89%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6294300.850.310.76321.5174.6513.92
Hex3E92B0551F4C1424be
Octal76115301253711450211316
Binary11111010011010110101010111111100110010100001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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