#3B081E

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

Shades of Blackberry #3B081E

Tints of Blackberry #3B081E

Color information

#3B081E (or 0x3B081E) is unknown color: approx Blackberry. HEX triplet: 3B, 08 and 1E. RGB value is (59,8,30). Sum of RGB (Red+Green+Blue) = 59+8+30=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B081E is #C4F7E1. Grayscale: #191919. Windows color (decimal): -12908514 or 1968187. OLE color: 1968187.

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

Color convert

RGB59830-
CMYK00.860.490.77
HSL334.12º76.12%13.14%-
HSV(B)334.12º86.44%23.14%-
XYZ2.121.21.35-
YUV25.76130.4151.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.82%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=60.82%
G=8.25%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5983000.860.490.77334.1276.1213.14
Hex3B81E056314D14e4cd
Octal73103601266111551611415
Binary11101110001111001010110110001100110110100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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