#4C123E

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

Shades of Blackberry #4C123E

Tints of Blackberry #4C123E

Color information

#4C123E (or 0x4C123E) is unknown color: approx Blackberry. HEX triplet: 4C, 12 and 3E. RGB value is (76,18,62). Sum of RGB (Red+Green+Blue) = 76+18+62=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C123E is #B3EDC1. Grayscale: #282828. Windows color (decimal): -11791810 or 4067916. OLE color: 4067916.

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

Color convert

RGB761862-
CMYK00.760.180.70
HSL314.48º61.7%18.43%-
HSV(B)314.48º76.32%29.8%-
XYZ4.072.324.79-
YUV40.36140.22153.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.72%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=48.72%
G=11.54%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76186200.760.180.70314.4861.718.43
Hex4C123E04C124613a3e12
Octal11422760114221064727622
Binary1001100100101111100100110010010100011010011101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,62); }

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

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

 a { background-color: rgb(76,18,62); }

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

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

 span { border-color: rgb(76,18,62); }

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