#3B1927

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

Shades of Blackberry #3B1927

Tints of Blackberry #3B1927

Color information

#3B1927 (or 0x3B1927) is unknown color: approx Blackberry. HEX triplet: 3B, 19 and 27. RGB value is (59,25,39). Sum of RGB (Red+Green+Blue) = 59+25+39=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1927 is #C4E6D8. Grayscale: #242424. Windows color (decimal): -12904153 or 2562363. OLE color: 2562363.

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

Color convert

RGB592539-
CMYK00.580.340.77
HSL335.29º40.48%16.47%-
HSV(B)335.29º57.63%23.14%-
XYZ2.521.772.13-
YUV36.76129.26143.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.97%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=47.97%
G=20.33%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59253900.580.340.77335.2940.4816.47
Hex3B192703A224D14f2810
Octal733147072421155175020
Binary111011110011001110111010100010100110110100111110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,25,39); }

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

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

 a { background-color: rgb(59,25,39); }

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

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

 span { border-color: rgb(59,25,39); }

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