Html Css Color HEX #480820 Blackberry

📋 copy color: '#480820'

red 72 ◦ green 8 ◦ blue 32

#480820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #480820

Tints of Blackberry #480820

RGB

 RED value IS 72 (28.52% from 255) = 64.29%

 GREEN value IS 8 (3.52% from 255) = 7.14%

 BLUE value IS 32 (12.89% from 255) = 28.57%

R = 64.29%
G = 7.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#480820 (or 0x480820) is known color: Blackberry. HEX triplet: 48, 08 and 20. RGB value is (72,8,32). Sum of RGB (Red+Green+Blue) = 72+8+32=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480820 is #B7F7DF. Grayscale: #1D1D1D. Windows color (decimal): -12056544 or 2099272. OLE color: 2099272.

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

Color convert

RGB 72 8 32 -
CMYK 0 0.89 0.56 0.72
HSL 337.5º 0.8% 0.16% -
HSV(B) 337.5º 0.89% 0.28% -
XYZ 3.02 1.66 1.53 -
YUV 29.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 72 8 32 0 0.89 0.56 0.72 337.5 0.8 0.16
Hex 48 8 20 0 59 38 48 152 50 10
Octal 110 10 40 0 131 70 110 522 120 20
Binary 1001000 1000 100000 0 1011001 111000 1001000 101010010 1010000 10000

Color Harmonies of #480820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480820

Black with #480820

Text Example


Text Example

White with #480820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480820; }

 p { color: rgb(72,8,32); }

 H1.HeaderClassName
 {
   color: #480820;
 }
 .AnyTagClassName
 {
   color: #480820;
 }
</style>

background-color css

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

 a { background-color: rgb(72,8,32); }

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

border-color css

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

 span { border-color: rgb(72,8,32); }

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