Html Css Color HEX #480120 Blackberry

📋 copy color: '#480120'

red 72 ◦ green 1 ◦ blue 32

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

Shades of Blackberry #480120

Tints of Blackberry #480120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

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

R = 68.57%
G = 0.95%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#480120 (or 0x480120) is known color: Blackberry. HEX triplet: 48, 01 and 20. RGB value is (72,1,32). Sum of RGB (Red+Green+Blue) = 72+1+32=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #480120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480120 is #B7FEDF. Grayscale: #191919. Windows color (decimal): -12058336 or 2097480. OLE color: 2097480.

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

Color convert

RGB 72 1 32 -
CMYK 0 0.99 0.56 0.72
HSL 333.8º 0.97% 0.14% -
HSV(B) 333.8º 0.99% 0.28% -
XYZ 2.94 1.5 1.5 -
YUV 25.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 72 1 32 0 0.99 0.56 0.72 333.8 0.97 0.14
Hex 48 1 20 0 63 38 48 14E 61 E
Octal 110 1 40 0 143 70 110 516 141 16
Binary 1001000 1 100000 0 1100011 111000 1001000 101001110 1100001 1110

Color Harmonies of #480120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480120

Black with #480120

Text Example


Text Example

White with #480120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480120; }

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

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

background-color css

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

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

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

border-color css

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

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

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