#3B011F

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

Shades of Blackberry #3B011F

Tints of Blackberry #3B011F

Color information

#3B011F (or 0x3B011F) is unknown color: approx Blackberry. HEX triplet: 3B, 01 and 1F. RGB value is (59,1,31). Sum of RGB (Red+Green+Blue) = 59+1+31=91 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.84% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 59 - color contains mainly: red. Hex color #3B011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B011F is #C4FEE0. Grayscale: #151515. Windows color (decimal): -12910305 or 2031931. OLE color: 2031931.

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

Color convert

RGB59131-
CMYK00.980.470.77
HSL328.97º96.67%11.76%-
HSV(B)328.97º98.31%23.14%-
XYZ2.061.051.39-
YUV21.76133.22154.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 64.84%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=64.84%
G=1.10%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5913100.980.470.77328.9796.6711.76
Hex3B11F0622F4D14961c
Octal7313701425711551114114
Binary11101111111101100010101111100110110100100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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