#3C0121

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

Shades of Blackberry #3C0121

Tints of Blackberry #3C0121

Color information

#3C0121 (or 0x3C0121) is unknown color: approx Blackberry. HEX triplet: 3C, 01 and 21. RGB value is (60,1,33). Sum of RGB (Red+Green+Blue) = 60+1+33=94 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.83% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0121 is #C3FEDE. Grayscale: #161616. Windows color (decimal): -12844767 or 2163004. OLE color: 2163004.

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

Color convert

RGB60133-
CMYK00.980.450.76
HSL327.46º96.72%11.96%-
HSV(B)327.46º98.33%23.53%-
XYZ2.151.091.54-
YUV22.29134.05154.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 63.83%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=63.83%
G=1.06%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6013300.980.450.76327.4696.7211.96
Hex3C1210622D4C14761c
Octal7414101425511450714114
Binary111100110000101100010101101100110010100011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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