#3C012F

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

Shades of Blackberry #3C012F

Tints of Blackberry #3C012F

Color information

#3C012F (or 0x3C012F) is unknown color: approx Blackberry. HEX triplet: 3C, 01 and 2F. RGB value is (60,1,47). Sum of RGB (Red+Green+Blue) = 60+1+47=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C012F is #C3FED0. Grayscale: #171717. Windows color (decimal): -12844753 or 3080508. OLE color: 3080508.

HSL color Cylindrical-coordinate representation of color #3C012F: hue angle of 313.22º 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 #3C012F is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.76.

Color convert

RGB60147-
CMYK00.980.220.76
HSL313.22º96.72%11.96%-
HSV(B)313.22º98.33%23.53%-
XYZ2.391.192.79-
YUV23.88141.05153.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 47 (18.75% from 255) = 43.52%
R=55.56%
G=0.93%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6014700.980.220.76313.2296.7211.96
Hex3C12F062164C13961c
Octal7415701422611447114114
Binary11110011011110110001010110100110010011100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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