#3C152A

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

Shades of Blackberry #3C152A

Tints of Blackberry #3C152A

Color information

#3C152A (or 0x3C152A) is unknown color: approx Blackberry. HEX triplet: 3C, 15 and 2A. RGB value is (60,21,42). Sum of RGB (Red+Green+Blue) = 60+21+42=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C152A is #C3EAD5. Grayscale: #232323. Windows color (decimal): -12839638 or 2757948. OLE color: 2757948.

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

Color convert

RGB602142-
CMYK00.650.30.76
HSL327.69º48.15%15.88%-
HSV(B)327.69º65%23.53%-
XYZ2.551.662.38-
YUV35.05131.92145.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.78%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=48.78%
G=17.07%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.3
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60214200.650.30.76327.6948.1515.88
Hex3C152A0411E4C1483010
Octal7425520101361145106020
Binary111100101011010100100000111110100110010100100011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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