#3C162A

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

Shades of Blackberry #3C162A

Tints of Blackberry #3C162A

Color information

#3C162A (or 0x3C162A) is unknown color: approx Blackberry. HEX triplet: 3C, 16 and 2A. RGB value is (60,22,42). Sum of RGB (Red+Green+Blue) = 60+22+42=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C162A is #C3E9D5. Grayscale: #232323. Windows color (decimal): -12839382 or 2758204. OLE color: 2758204.

HSL color Cylindrical-coordinate representation of color #3C162A: hue angle of 328.42º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C162A is Cyan = 0, Magento = 0.63, Yellow = 0.3 and Black (K on CMYK) = 0.76.

Color convert

RGB602242-
CMYK00.630.30.76
HSL328.42º46.34%16.08%-
HSV(B)328.42º63.33%23.53%-
XYZ2.571.72.38-
YUV35.64131.59145.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.39%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=48.39%
G=17.74%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.3
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60224200.630.30.76328.4246.3416.08
Hex3C162A03F1E4C1482e10
Octal742652077361145105620
Binary11110010110101010011111111110100110010100100010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,22,42); }

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

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

 a { background-color: rgb(60,22,42); }

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

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

 span { border-color: rgb(60,22,42); }

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