Html Css Color HEX #480431 Blackberry

📋 copy color: '#480431'

red 72 ◦ green 4 ◦ blue 49

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

Shades of Blackberry #480431

Tints of Blackberry #480431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.2%

 BLUE value IS 49 (19.53% from 255) = 39.2%

R = 57.6%
G = 3.2%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#480431 (or 0x480431) is known color: Blackberry. HEX triplet: 48, 04 and 31. RGB value is (72,4,49). Sum of RGB (Red+Green+Blue) = 72+4+49=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #480431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480431 is #B7FBCE. Grayscale: #1D1D1D. Windows color (decimal): -12057551 or 3212360. OLE color: 3212360.

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

Color convert

RGB 72 4 49 -
CMYK 0 0.94 0.32 0.72
HSL 320.29º 0.89% 0.15% -
HSV(B) 320.29º 0.94% 0.28% -
XYZ 3.27 1.69 3.06 -
YUV 29.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 72 4 49 0 0.94 0.32 0.72 320.29 0.89 0.15
Hex 48 4 31 0 5E 20 48 140 59 F
Octal 110 4 61 0 136 40 110 500 131 17
Binary 1001000 100 110001 0 1011110 100000 1001000 101000000 1011001 1111

Color Harmonies of #480431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480431

Black with #480431

Text Example


Text Example

White with #480431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480431; }

 p { color: rgb(72,4,49); }

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

background-color css

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

 a { background-color: rgb(72,4,49); }

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

border-color css

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

 span { border-color: rgb(72,4,49); }

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