#480223

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

Shades of Blackberry #480223

Tints of Blackberry #480223

Color information

#480223 (or 0x480223) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 23. RGB value is (72,2,35). Sum of RGB (Red+Green+Blue) = 72+2+35=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #480223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480223 is #B7FDDC. Grayscale: #1A1A1A. Windows color (decimal): -12058077 or 2294344. OLE color: 2294344.

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

Color convert

RGB72235-
CMYK00.970.510.72
HSL331.71º94.59%14.51%-
HSV(B)331.71º97.22%28.24%-
XYZ31.541.73-
YUV26.69132.69160.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 35 (14.06% from 255) = 32.11%
R=66.06%
G=1.83%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7223500.970.510.72331.7194.5914.51
Hex48223061334814c5ff
Octal11024301416311051413717
Binary10010001010001101100001110011100100010100110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480223; }

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

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

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

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

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

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

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

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