#4C1831

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

Shades of Blackberry #4C1831

Tints of Blackberry #4C1831

Color information

#4C1831 (or 0x4C1831) is unknown color: approx Blackberry. HEX triplet: 4C, 18 and 31. RGB value is (76,24,49). Sum of RGB (Red+Green+Blue) = 76+24+49=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1831 is #B3E7CE. Grayscale: #2A2A2A. Windows color (decimal): -11790287 or 3217484. OLE color: 3217484.

HSL color Cylindrical-coordinate representation of color #4C1831: hue angle of 331.15º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C1831 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB762449-
CMYK00.680.360.70
HSL331.15º52%19.61%-
HSV(B)331.15º68.42%29.8%-
XYZ3.862.413.17-
YUV42.4131.73151.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.01%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=51.01%
G=16.11%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76244900.680.360.70331.155219.61
Hex4C1831044244614b3414
Octal11430610104441065136424
Binary10011001100011000101000100100100100011010100101111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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