#3B092E

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

Shades of Blackberry #3B092E

Tints of Blackberry #3B092E

Color information

#3B092E (or 0x3B092E) is unknown color: approx Blackberry. HEX triplet: 3B, 09 and 2E. RGB value is (59,9,46). Sum of RGB (Red+Green+Blue) = 59+9+46=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B092E is #C4F6D1. Grayscale: #1C1C1C. Windows color (decimal): -12908242 or 3017019. OLE color: 3017019.

HSL color Cylindrical-coordinate representation of color #3B092E: hue angle of 315.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B092E is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB59946-
CMYK00.850.220.77
HSL315.6º73.53%13.33%-
HSV(B)315.6º84.75%23.14%-
XYZ2.391.322.71-
YUV28.17138.06149.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.75%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=51.75%
G=7.89%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5994600.850.220.77315.673.5313.33
Hex3B92E055164D13c4ad
Octal73115601252611547411215
Binary11101110011011100101010110110100110110011110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,9,46); }

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

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

 a { background-color: rgb(59,9,46); }

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

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

 span { border-color: rgb(59,9,46); }

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