#3B092C

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

Shades of Blackberry #3B092C

Tints of Blackberry #3B092C

Color information

#3B092C (or 0x3B092C) is unknown color: approx Blackberry. HEX triplet: 3B, 09 and 2C. RGB value is (59,9,44). Sum of RGB (Red+Green+Blue) = 59+9+44=112 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.68% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 59 - color contains mainly: red. Hex color #3B092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B092C is #C4F6D3. Grayscale: #1B1B1B. Windows color (decimal): -12908244 or 2885947. OLE color: 2885947.

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

Color convert

RGB59944-
CMYK00.850.250.77
HSL318º73.53%13.33%-
HSV(B)318º84.75%23.14%-
XYZ2.361.312.51-
YUV27.94137.06150.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 52.68%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=52.68%
G=8.04%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5994400.850.250.7731873.5313.33
Hex3B92C055194D13e4ad
Octal73115401253111547611215
Binary11101110011011000101010111001100110110011111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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