#480623

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

Shades of Blackberry #480623

Tints of Blackberry #480623

Color information

#480623 (or 0x480623) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 23. RGB value is (72,6,35). Sum of RGB (Red+Green+Blue) = 72+6+35=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480623 is #B7F9DC. Grayscale: #1C1C1C. Windows color (decimal): -12057053 or 2295368. OLE color: 2295368.

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

Color convert

RGB72635-
CMYK00.920.510.72
HSL333.64º84.62%15.29%-
HSV(B)333.64º91.67%28.24%-
XYZ3.041.631.74-
YUV29.04131.37158.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=63.72%
G=5.31%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7263500.920.510.72333.6484.6215.29
Hex4862305C334814e55f
Octal11064301346311051612517
Binary100100011010001101011100110011100100010100111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480623; }

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

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

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

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

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

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

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

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