#4C1830

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

Shades of Blackberry #4C1830

Tints of Blackberry #4C1830

Color information

#4C1830 (or 0x4C1830) is unknown color: approx Blackberry. HEX triplet: 4C, 18 and 30. RGB value is (76,24,48). Sum of RGB (Red+Green+Blue) = 76+24+48=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1830 is #B3E7CF. Grayscale: #2A2A2A. Windows color (decimal): -11790288 or 3151948. OLE color: 3151948.

HSL color Cylindrical-coordinate representation of color #4C1830: hue angle of 332.31º 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 #4C1830 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB762448-
CMYK00.680.370.70
HSL332.31º52%19.61%-
HSV(B)332.31º68.42%29.8%-
XYZ3.842.43.06-
YUV42.28131.23152.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.35%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=51.35%
G=16.22%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76244800.680.370.70332.315219.61
Hex4C1830044254614c3414
Octal11430600104451065146424
Binary10011001100011000001000100100101100011010100110011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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