#3C091D

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

Shades of Blackberry #3C091D

Tints of Blackberry #3C091D

Color information

#3C091D (or 0x3C091D) is unknown color: approx Blackberry. HEX triplet: 3C, 09 and 1D. RGB value is (60,9,29). Sum of RGB (Red+Green+Blue) = 60+9+29=98 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.22% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 60 - color contains mainly: red. Hex color #3C091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C091D is #C3F6E2. Grayscale: #1A1A1A. Windows color (decimal): -12842723 or 1902908. OLE color: 1902908.

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

Color convert

RGB60929-
CMYK00.850.520.76
HSL336.47º73.91%13.53%-
HSV(B)336.47º85%23.53%-
XYZ2.181.241.29-
YUV26.53129.4151.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 61.22%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=61.22%
G=9.18%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6092900.850.520.76336.4773.9113.53
Hex3C91D055344C1504ae
Octal74113501256411452011216
Binary11110010011110101010101110100100110010101000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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