#3B011A

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

Shades of Blackberry #3B011A

Tints of Blackberry #3B011A

Color information

#3B011A (or 0x3B011A) is unknown color: approx Blackberry. HEX triplet: 3B, 01 and 1A. RGB value is (59,1,26). Sum of RGB (Red+Green+Blue) = 59+1+26=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B011A is #C4FEE5. Grayscale: #151515. Windows color (decimal): -12910310 or 1704251. OLE color: 1704251.

HSL color Cylindrical-coordinate representation of color #3B011A: hue angle of 334.14º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B011A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.77.

Color convert

RGB59126-
CMYK00.980.560.77
HSL334.14º96.67%11.76%-
HSV(B)334.14º98.31%23.14%-
XYZ21.031.07-
YUV21.19130.72154.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 68.60%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=68.60%
G=1.16%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5912600.980.560.77334.1496.6711.76
Hex3B11A062384D14e61c
Octal7313201427011551614114
Binary11101111101001100010111000100110110100111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,26); }

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

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

 a { background-color: rgb(59,1,26); }

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

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

 span { border-color: rgb(59,1,26); }

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