#3B051F

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

Shades of Blackberry #3B051F

Tints of Blackberry #3B051F

Color information

#3B051F (or 0x3B051F) is unknown color: approx Blackberry. HEX triplet: 3B, 05 and 1F. RGB value is (59,5,31). Sum of RGB (Red+Green+Blue) = 59+5+31=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B051F is #C4FAE0. Grayscale: #181818. Windows color (decimal): -12909281 or 2032955. OLE color: 2032955.

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

Color convert

RGB59531-
CMYK00.920.470.77
HSL331.11º84.38%12.55%-
HSV(B)331.11º91.53%23.14%-
XYZ2.111.141.4-
YUV24.11131.89152.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.11%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=62.11%
G=5.26%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5953100.920.470.77331.1184.3812.55
Hex3B51F05C2F4D14b54d
Octal7353701345711551312415
Binary1110111011111101011100101111100110110100101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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