#3C1122

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

Shades of Blackberry #3C1122

Tints of Blackberry #3C1122

Color information

#3C1122 (or 0x3C1122) is unknown color: approx Blackberry. HEX triplet: 3C, 11 and 22. RGB value is (60,17,34). Sum of RGB (Red+Green+Blue) = 60+17+34=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1122 is #C3EEDD. Grayscale: #1F1F1F. Windows color (decimal): -12840670 or 2232636. OLE color: 2232636.

HSL color Cylindrical-coordinate representation of color #3C1122: hue angle of 336.28º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C1122 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB601734-
CMYK00.720.430.76
HSL336.28º55.84%15.1%-
HSV(B)336.28º71.67%23.53%-
XYZ2.351.481.67-
YUV31.8129.25148.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 54.05%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 34 (13.67% from 255) = 30.63%
R=54.05%
G=15.32%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60173400.720.430.76336.2855.8415.1
Hex3C11220482B4C15038f
Octal7421420110531145207017
Binary111100100011000100100100010101110011001010100001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,17,34); }

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

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

 a { background-color: rgb(60,17,34); }

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

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

 span { border-color: rgb(60,17,34); }

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