#3B172F

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

Shades of Blackberry #3B172F

Tints of Blackberry #3B172F

Color information

#3B172F (or 0x3B172F) is unknown color: approx Blackberry. HEX triplet: 3B, 17 and 2F. RGB value is (59,23,47). Sum of RGB (Red+Green+Blue) = 59+23+47=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B172F is #C4E8D0. Grayscale: #242424. Windows color (decimal): -12904657 or 3086139. OLE color: 3086139.

HSL color Cylindrical-coordinate representation of color #3B172F: hue angle of 320º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B172F is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB592347-
CMYK00.610.200.77
HSL320º43.9%16.08%-
HSV(B)320º61.02%23.14%-
XYZ2.621.752.89-
YUV36.5133.93144.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.74%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=45.74%
G=17.83%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59234700.610.200.7732043.916.08
Hex3B172F03D144D1402c10
Octal732757075241155005420
Binary11101110111101111011110110100100110110100000010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,23,47); }

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

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

 a { background-color: rgb(59,23,47); }

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

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

 span { border-color: rgb(59,23,47); }

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