#3C092F

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

Shades of Blackberry #3C092F

Tints of Blackberry #3C092F

Color information

#3C092F (or 0x3C092F) is unknown color: approx Blackberry. HEX triplet: 3C, 09 and 2F. RGB value is (60,9,47). Sum of RGB (Red+Green+Blue) = 60+9+47=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C092F is #C3F6D0. Grayscale: #1C1C1C. Windows color (decimal): -12842705 or 3082556. OLE color: 3082556.

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

Color convert

RGB60947-
CMYK00.850.220.76
HSL315.29º73.91%13.53%-
HSV(B)315.29º85%23.53%-
XYZ2.471.362.82-
YUV28.58138.4150.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 51.72%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=51.72%
G=7.76%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6094700.850.220.76315.2973.9113.53
Hex3C92F055164C13b4ae
Octal74115701252611447311216
Binary11110010011011110101010110110100110010011101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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