#3B142C

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

Shades of Blackberry #3B142C

Tints of Blackberry #3B142C

Color information

#3B142C (or 0x3B142C) is unknown color: approx Blackberry. HEX triplet: 3B, 14 and 2C. RGB value is (59,20,44). Sum of RGB (Red+Green+Blue) = 59+20+44=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B142C is #C4EBD3. Grayscale: #222222. Windows color (decimal): -12905428 or 2888763. OLE color: 2888763.

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

Color convert

RGB592044-
CMYK00.660.250.77
HSL323.08º49.37%15.49%-
HSV(B)323.08º66.1%23.14%-
XYZ2.511.612.56-
YUV34.4133.42145.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.97%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=47.97%
G=16.26%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59204400.660.250.77323.0849.3715.49
Hex3B142C042194D14331f
Octal7324540102311155036117
Binary11101110100101100010000101100110011011010000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,20,44); }

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

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

 a { background-color: rgb(59,20,44); }

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

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

 span { border-color: rgb(59,20,44); }

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