#3B172A

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

Shades of Blackberry #3B172A

Tints of Blackberry #3B172A

Color information

#3B172A (or 0x3B172A) is unknown color: approx Blackberry. HEX triplet: 3B, 17 and 2A. RGB value is (59,23,42). Sum of RGB (Red+Green+Blue) = 59+23+42=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B172A is #C4E8D5. Grayscale: #232323. Windows color (decimal): -12904662 or 2758459. OLE color: 2758459.

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

Color convert

RGB592342-
CMYK00.610.290.77
HSL328.33º43.9%16.08%-
HSV(B)328.33º61.02%23.14%-
XYZ2.531.712.39-
YUV35.93131.43144.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.58%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=47.58%
G=18.55%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59234200.610.290.77328.3343.916.08
Hex3B172A03D1D4D1482c10
Octal732752075351155105420
Binary11101110111101010011110111101100110110100100010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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