Html Css Color HEX #480020 Blackberry

📋 copy color: '#480020'

red 72 ◦ green 0 ◦ blue 32

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

Shades of Blackberry #480020

Tints of Blackberry #480020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.23%
G = 0%
B = 30.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#480020 (or 0x480020) is known color: Blackberry. HEX triplet: 48, 00 and 20. RGB value is (72,0,32). Sum of RGB (Red+Green+Blue) = 72+0+32=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #480020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480020 is #B7FFDF. Grayscale: #191919. Windows color (decimal): -12058592 or 2097224. OLE color: 2097224.

HSL color Cylindrical-coordinate representation of color #480020: hue angle of 333.33º 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 #480020 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 32 -
CMYK 0 1 0.56 0.72
HSL 333.33º 1% 0.14% -
HSV(B) 333.33º 1% 0.28% -
XYZ 2.93 1.48 1.5 -
YUV 25.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 72 0 32 0 1 0.56 0.72 333.33 1 0.14
Hex 48 0 20 0 64 38 48 14D 64 E
Octal 110 0 40 0 144 70 110 515 144 16
Binary 1001000 0 100000 0 1100100 111000 1001000 101001101 1100100 1110

Color Harmonies of #480020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480020

Black with #480020

Text Example


Text Example

White with #480020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480020; }

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

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

background-color css

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

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

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

border-color css

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

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

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