#4C103B

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

Shades of Blackberry #4C103B

Tints of Blackberry #4C103B

Color information

#4C103B (or 0x4C103B) is unknown color: approx Blackberry. HEX triplet: 4C, 10 and 3B. RGB value is (76,16,59). Sum of RGB (Red+Green+Blue) = 76+16+59=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C103B is #B3EFC4. Grayscale: #262626. Windows color (decimal): -11792325 or 3870796. OLE color: 3870796.

HSL color Cylindrical-coordinate representation of color #4C103B: hue angle of 317º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C103B is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB761659-
CMYK00.790.220.70
HSL317º65.22%18.04%-
HSV(B)317º78.95%29.8%-
XYZ3.962.224.36-
YUV38.84139.38154.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 50.33%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=50.33%
G=10.60%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76165900.790.220.7031765.2218.04
Hex4C103B04F164613d4112
Octal114207301172610647510122
Binary10011001000011101101001111101101000110100111101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,16,59); }

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

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

 a { background-color: rgb(76,16,59); }

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

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

 span { border-color: rgb(76,16,59); }

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