Html Css Color HEX #480032 Blackberry

📋 copy color: '#480032'

red 72 ◦ green 0 ◦ blue 50

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

Shades of Blackberry #480032

Tints of Blackberry #480032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 40.98%

R = 59.02%
G = 0%
B = 40.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#480032 (or 0x480032) is known color: Blackberry. HEX triplet: 48, 00 and 32. RGB value is (72,0,50). Sum of RGB (Red+Green+Blue) = 72+0+50=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #480032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480032 is #B7FFCD. Grayscale: #1B1B1B. Windows color (decimal): -12058574 or 3276872. OLE color: 3276872.

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

Color convert

RGB 72 0 50 -
CMYK 0 1 0.31 0.72
HSL 318.33º 1% 0.14% -
HSV(B) 318.33º 1% 0.28% -
XYZ 3.25 1.61 3.16 -
YUV 27.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 72 0 50 0 1 0.31 0.72 318.33 1 0.14
Hex 48 0 32 0 64 1F 48 13E 64 E
Octal 110 0 62 0 144 37 110 476 144 16
Binary 1001000 0 110010 0 1100100 11111 1001000 100111110 1100100 1110

Color Harmonies of #480032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480032

Black with #480032

Text Example


Text Example

White with #480032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480032; }

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

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

background-color css

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

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

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

border-color css

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

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

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