#4C0026

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

Shades of Blackberry #4C0026

Tints of Blackberry #4C0026

Color information

#4C0026 (or 0x4C0026) is unknown color: approx Blackberry. HEX triplet: 4C, 00 and 26. RGB value is (76,0,38). Sum of RGB (Red+Green+Blue) = 76+0+38=114 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.67% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0026 is #B3FFD9. Grayscale: #1A1A1A. Windows color (decimal): -11796442 or 2490444. OLE color: 2490444.

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

Color convert

RGB76038-
CMYK010.50.70
HSL330º100%14.9%-
HSV(B)330º100%29.8%-
XYZ3.331.681.98-
YUV27.06134.18162.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76038010.50.7033010014.9
Hex4C026064324614a64f
Octal11404601446210651214417
Binary1001100010011001100100110010100011010100101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,0,38); }

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

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

 a { background-color: rgb(76,0,38); }

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

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

 span { border-color: rgb(76,0,38); }

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