#3B1725

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

Shades of Blackberry #3B1725

Tints of Blackberry #3B1725

Color information

#3B1725 (or 0x3B1725) is unknown color: approx Blackberry. HEX triplet: 3B, 17 and 25. RGB value is (59,23,37). Sum of RGB (Red+Green+Blue) = 59+23+37=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1725 is #C4E8DA. Grayscale: #232323. Windows color (decimal): -12904667 or 2430779. OLE color: 2430779.

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

Color convert

RGB592337-
CMYK00.610.370.77
HSL336.67º43.9%16.08%-
HSV(B)336.67º61.02%23.14%-
XYZ2.441.681.94-
YUV35.36128.93144.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 49.58%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=49.58%
G=19.33%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59233700.610.370.77336.6743.916.08
Hex3B172503D254D1512c10
Octal732745075451155215420
Binary111011101111001010111101100101100110110101000110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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