Html Css Color HEX #480720 Blackberry

📋 copy color: '#480720'

red 72 ◦ green 7 ◦ blue 32

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

Shades of Blackberry #480720

Tints of Blackberry #480720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.31%

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

R = 64.86%
G = 6.31%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#480720 (or 0x480720) is known color: Blackberry. HEX triplet: 48, 07 and 20. RGB value is (72,7,32). Sum of RGB (Red+Green+Blue) = 72+7+32=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480720 is #B7F8DF. Grayscale: #1D1D1D. Windows color (decimal): -12056800 or 2099016. OLE color: 2099016.

HSL color Cylindrical-coordinate representation of color #480720: hue angle of 336.92º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480720 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 32 -
CMYK 0 0.90 0.56 0.72
HSL 336.92º 0.82% 0.15% -
HSV(B) 336.92º 0.9% 0.28% -
XYZ 3.01 1.63 1.52 -
YUV 29.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 72 7 32 0 0.90 0.56 0.72 336.92 0.82 0.15
Hex 48 7 20 0 5A 38 48 151 52 F
Octal 110 7 40 0 132 70 110 521 122 17
Binary 1001000 111 100000 0 1011010 111000 1001000 101010001 1010010 1111

Color Harmonies of #480720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480720

Black with #480720

Text Example


Text Example

White with #480720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480720; }

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

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

background-color css

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

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

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

border-color css

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

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

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