#3C1831

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

Shades of Blackberry #3C1831

Tints of Blackberry #3C1831

Color information

#3C1831 (or 0x3C1831) is unknown color: approx Blackberry. HEX triplet: 3C, 18 and 31. RGB value is (60,24,49). Sum of RGB (Red+Green+Blue) = 60+24+49=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1831 is #C3E7CE. Grayscale: #252525. Windows color (decimal): -12838863 or 3217468. OLE color: 3217468.

HSL color Cylindrical-coordinate representation of color #3C1831: hue angle of 318.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C1831 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB602449-
CMYK00.600.180.76
HSL318.33º42.86%16.47%-
HSV(B)318.33º60%23.53%-
XYZ2.741.843.12-
YUV37.61134.43143.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.11%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=45.11%
G=18.05%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60244900.600.180.76318.3342.8616.47
Hex3C183103C124C13e2b10
Octal743061074221144765320
Binary11110011000110001011110010010100110010011111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,24,49); }

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

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

 a { background-color: rgb(60,24,49); }

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

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

 span { border-color: rgb(60,24,49); }

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