#4D0223

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

Shades of Blackberry #4D0223

Tints of Blackberry #4D0223

Color information

#4D0223 (or 0x4D0223) is unknown color: approx Blackberry. HEX triplet: 4D, 02 and 23. RGB value is (77,2,35). Sum of RGB (Red+Green+Blue) = 77+2+35=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0223 is #B2FDDC. Grayscale: #1C1C1C. Windows color (decimal): -11730397 or 2294349. OLE color: 2294349.

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

Color convert

RGB77235-
CMYK00.970.550.70
HSL333.6º94.94%15.49%-
HSV(B)333.6º97.4%30.2%-
XYZ3.391.741.75-
YUV28.19131.85162.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 67.54%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=67.54%
G=1.75%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7723500.970.550.70333.694.9415.49
Hex4D223061374614e5ff
Octal11524301416710651613717
Binary10011011010001101100001110111100011010100111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,35); }

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

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

 a { background-color: rgb(77,2,35); }

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

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

 span { border-color: rgb(77,2,35); }

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