#3B091E

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

Shades of Blackberry #3B091E

Tints of Blackberry #3B091E

Color information

#3B091E (or 0x3B091E) is unknown color: approx Blackberry. HEX triplet: 3B, 09 and 1E. RGB value is (59,9,30). Sum of RGB (Red+Green+Blue) = 59+9+30=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B091E is #C4F6E1. Grayscale: #1A1A1A. Windows color (decimal): -12908258 or 1968443. OLE color: 1968443.

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

Color convert

RGB59930-
CMYK00.850.490.77
HSL334.8º73.53%13.33%-
HSV(B)334.8º84.75%23.14%-
XYZ2.141.221.35-
YUV26.34130.06151.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.20%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=60.20%
G=9.18%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5993000.850.490.77334.873.5313.33
Hex3B91E055314D14f4ad
Octal73113601256111551711215
Binary11101110011111001010101110001100110110100111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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