#480023

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

Shades of Blackberry #480023

Tints of Blackberry #480023

Color information

#480023 (or 0x480023) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 23. RGB value is (72,0,35). Sum of RGB (Red+Green+Blue) = 72+0+35=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480023 is #B7FFDC. Grayscale: #191919. Windows color (decimal): -12058589 or 2293832. OLE color: 2293832.

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

Color convert

RGB72035-
CMYK010.510.72
HSL330.83º100%14.12%-
HSV(B)330.83º100%28.24%-
XYZ2.981.51.72-
YUV25.52133.35161.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=67.29%
G=0%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72035010.510.72330.8310014.12
Hex48023064334814b64e
Octal11004301446311051314416
Binary1001000010001101100100110011100100010100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480023; }

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

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

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

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

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

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

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

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