#3B1323

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

Shades of Blackberry #3B1323

Tints of Blackberry #3B1323

Color information

#3B1323 (or 0x3B1323) is unknown color: approx Blackberry. HEX triplet: 3B, 13 and 23. RGB value is (59,19,35). Sum of RGB (Red+Green+Blue) = 59+19+35=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1323 is #C4ECDC. Grayscale: #202020. Windows color (decimal): -12905693 or 2298683. OLE color: 2298683.

HSL color Cylindrical-coordinate representation of color #3B1323: hue angle of 336º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B1323 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.77.

Color convert

RGB591935-
CMYK00.680.410.77
HSL336º51.28%15.29%-
HSV(B)336º67.8%23.14%-
XYZ2.341.521.76-
YUV32.78129.25146.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 52.21%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=52.21%
G=16.81%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59193500.680.410.7733651.2815.29
Hex3B1323044294D15033f
Octal7323430104511155206317
Binary111011100111000110100010010100110011011010100001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,19,35); }

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

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

 a { background-color: rgb(59,19,35); }

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

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

 span { border-color: rgb(59,19,35); }

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