#4C183D

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

Shades of Blackberry #4C183D

Tints of Blackberry #4C183D

Color information

#4C183D (or 0x4C183D) is unknown color: approx Blackberry. HEX triplet: 4C, 18 and 3D. RGB value is (76,24,61). Sum of RGB (Red+Green+Blue) = 76+24+61=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C183D is #B3E7C2. Grayscale: #2B2B2B. Windows color (decimal): -11790275 or 4003916. OLE color: 4003916.

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

Color convert

RGB762461-
CMYK00.680.200.70
HSL317.31º52%19.61%-
HSV(B)317.31º68.42%29.8%-
XYZ4.152.534.68-
YUV43.77137.73150.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.20%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=47.20%
G=14.91%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76246100.680.200.70317.315219.61
Hex4C183D044144613d3414
Octal11430750104241064756424
Binary1001100110001111010100010010100100011010011110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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