#4D0323

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

Shades of Blackberry #4D0323

Tints of Blackberry #4D0323

Color information

#4D0323 (or 0x4D0323) is unknown color: approx Blackberry. HEX triplet: 4D, 03 and 23. RGB value is (77,3,35). Sum of RGB (Red+Green+Blue) = 77+3+35=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0323 is #B2FCDC. Grayscale: #1C1C1C. Windows color (decimal): -11730141 or 2294605. OLE color: 2294605.

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

Color convert

RGB77335-
CMYK00.960.550.70
HSL334.05º92.5%15.69%-
HSV(B)334.05º96.1%30.2%-
XYZ3.41.761.75-
YUV28.77131.52162.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 66.96%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 35 (14.06% from 255) = 30.43%
R=66.96%
G=2.61%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7733500.960.550.70334.0592.515.69
Hex4D323060374614e5c10
Octal11534301406710651613420
Binary100110111100011011000001101111000110101001110101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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