#480423

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

Shades of Blackberry #480423

Tints of Blackberry #480423

Color information

#480423 (or 0x480423) is unknown color: approx Blackberry. HEX triplet: 48, 04 and 23. RGB value is (72,4,35). Sum of RGB (Red+Green+Blue) = 72+4+35=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480423 is #B7FBDC. Grayscale: #1B1B1B. Windows color (decimal): -12057565 or 2294856. OLE color: 2294856.

HSL color Cylindrical-coordinate representation of color #480423: hue angle of 332.65º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480423 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB72435-
CMYK00.940.510.72
HSL332.65º89.47%14.9%-
HSV(B)332.65º94.44%28.24%-
XYZ3.021.591.74-
YUV27.87132.03159.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 35 (14.06% from 255) = 31.53%
R=64.86%
G=3.60%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7243500.940.510.72332.6589.4714.9
Hex4842305E334814d59f
Octal11044301366311051513117
Binary100100010010001101011110110011100100010100110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480423; }

 p { color: rgb(72,4,35); }

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

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

 a { background-color: rgb(72,4,35); }

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

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

 span { border-color: rgb(72,4,35); }

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