#4C183A

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

Shades of Blackberry #4C183A

Tints of Blackberry #4C183A

Color information

#4C183A (or 0x4C183A) is unknown color: approx Blackberry. HEX triplet: 4C, 18 and 3A. RGB value is (76,24,58). Sum of RGB (Red+Green+Blue) = 76+24+58=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C183A is #B3E7C5. Grayscale: #2B2B2B. Windows color (decimal): -11790278 or 3807308. OLE color: 3807308.

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

Color convert

RGB762458-
CMYK00.680.240.70
HSL320.77º52%19.61%-
HSV(B)320.77º68.42%29.8%-
XYZ4.072.54.27-
YUV43.42136.23151.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.10%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=48.10%
G=15.19%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76245800.680.240.70320.775219.61
Hex4C183A04418461413414
Octal11430720104301065016424
Binary1001100110001110100100010011000100011010100000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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