#3E092C

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

Shades of Blackberry #3E092C

Tints of Blackberry #3E092C

Color information

#3E092C (or 0x3E092C) is unknown color: approx Blackberry. HEX triplet: 3E, 09 and 2C. RGB value is (62,9,44). Sum of RGB (Red+Green+Blue) = 62+9+44=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E092C is #C1F6D3. Grayscale: #1C1C1C. Windows color (decimal): -12711636 or 2885950. OLE color: 2885950.

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

Color convert

RGB62944-
CMYK00.850.290.76
HSL320.38º74.65%13.92%-
HSV(B)320.38º85.48%24.31%-
XYZ2.541.42.52-
YUV28.84136.56151.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=53.91%
G=7.83%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6294400.850.290.76320.3874.6513.92
Hex3E92C0551D4C1404be
Octal76115401253511450011316
Binary11111010011011000101010111101100110010100000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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