#480923

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

Shades of Blackberry #480923

Tints of Blackberry #480923

Color information

#480923 (or 0x480923) is unknown color: approx Blackberry. HEX triplet: 48, 09 and 23. RGB value is (72,9,35). Sum of RGB (Red+Green+Blue) = 72+9+35=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #480923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480923 is #B7F6DC. Grayscale: #1E1E1E. Windows color (decimal): -12056285 or 2296136. OLE color: 2296136.

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

Color convert

RGB72935-
CMYK00.880.510.72
HSL335.24º77.78%15.88%-
HSV(B)335.24º87.5%28.24%-
XYZ3.071.691.76-
YUV30.8130.37157.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=62.07%
G=7.76%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7293500.880.510.72335.2477.7815.88
Hex48923058334814f4e10
Octal110114301306311051711620
Binary10010001001100011010110001100111001000101001111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480923; }

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

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

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

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

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

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

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

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