#3C092A

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

Shades of Blackberry #3C092A

Tints of Blackberry #3C092A

Color information

#3C092A (or 0x3C092A) is unknown color: approx Blackberry. HEX triplet: 3C, 09 and 2A. RGB value is (60,9,42). Sum of RGB (Red+Green+Blue) = 60+9+42=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C092A is #C3F6D5. Grayscale: #1B1B1B. Windows color (decimal): -12842710 or 2754876. OLE color: 2754876.

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

Color convert

RGB60942-
CMYK00.850.30.76
HSL321.18º73.91%13.53%-
HSV(B)321.18º85%23.53%-
XYZ2.381.322.32-
YUV28.01135.9150.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 54.05%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=54.05%
G=8.11%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.3
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6094200.850.30.76321.1873.9113.53
Hex3C92A0551E4C1414ae
Octal74115201253611450111216
Binary11110010011010100101010111110100110010100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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