#3C012A

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

Shades of Blackberry #3C012A

Tints of Blackberry #3C012A

Color information

#3C012A (or 0x3C012A) is unknown color: approx Blackberry. HEX triplet: 3C, 01 and 2A. RGB value is (60,1,42). Sum of RGB (Red+Green+Blue) = 60+1+42=103 (13% of max value = 765). Red value is 60 (23.83% from 255 or 58.25% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 60 - color contains mainly: red. Hex color #3C012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C012A is #C3FED5. Grayscale: #171717. Windows color (decimal): -12844758 or 2752828. OLE color: 2752828.

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

Color convert

RGB60142-
CMYK00.980.30.76
HSL318.31º96.72%11.96%-
HSV(B)318.31º98.33%23.53%-
XYZ2.291.152.29-
YUV23.32138.55154.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 58.25%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=58.25%
G=0.97%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.3
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6014200.980.30.76318.3196.7211.96
Hex3C12A0621E4C13e61c
Octal7415201423611447614114
Binary11110011010100110001011110100110010011111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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