#480B23

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

Shades of Blackberry #480B23

Tints of Blackberry #480B23

Color information

#480B23 (or 0x480B23) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 23. RGB value is (72,11,35). Sum of RGB (Red+Green+Blue) = 72+11+35=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #480B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B23 is #B7F4DC. Grayscale: #1F1F1F. Windows color (decimal): -12055773 or 2296648. OLE color: 2296648.

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

Color convert

RGB721135-
CMYK00.850.510.72
HSL336.39º73.49%16.27%-
HSV(B)336.39º84.72%28.24%-
XYZ3.11.741.76-
YUV31.98129.71156.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 11 (4.69% from 255) = 9.32%
BLUE value IS 35 (14.06% from 255) = 29.66%
R=61.02%
G=9.32%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72113500.850.510.72336.3973.4916.27
Hex48B2305533481504910
Octal110134301256311052011120
Binary10010001011100011010101011100111001000101010000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480B23; }

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

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

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

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

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

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

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

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