#3C092E

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

Shades of Blackberry #3C092E

Tints of Blackberry #3C092E

Color information

#3C092E (or 0x3C092E) is unknown color: approx Blackberry. HEX triplet: 3C, 09 and 2E. RGB value is (60,9,46). Sum of RGB (Red+Green+Blue) = 60+9+46=115 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.17% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 60 - color contains mainly: red. Hex color #3C092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C092E is #C3F6D1. Grayscale: #1C1C1C. Windows color (decimal): -12842706 or 3017020. OLE color: 3017020.

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

Color convert

RGB60946-
CMYK00.850.230.76
HSL316.47º73.91%13.53%-
HSV(B)316.47º85%23.53%-
XYZ2.451.352.72-
YUV28.47137.9150.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 52.17%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 46 (18.36% from 255) = 40%
R=52.17%
G=7.83%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6094600.850.230.76316.4773.9113.53
Hex3C92E055174C13c4ae
Octal74115601252711447411216
Binary11110010011011100101010110111100110010011110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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