Html Css Color HEX #480131 Blackberry

📋 copy color: '#480131'

red 72 ◦ green 1 ◦ blue 49

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

Shades of Blackberry #480131

Tints of Blackberry #480131

RGB

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

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

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

R = 59.02%
G = 0.82%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#480131 (or 0x480131) is known color: Blackberry. HEX triplet: 48, 01 and 31. RGB value is (72,1,49). Sum of RGB (Red+Green+Blue) = 72+1+49=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #480131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480131 is #B7FECE. Grayscale: #1B1B1B. Windows color (decimal): -12058319 or 3211592. OLE color: 3211592.

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

Color convert

RGB 72 1 49 -
CMYK 0 0.99 0.32 0.72
HSL 319.44º 0.97% 0.14% -
HSV(B) 319.44º 0.99% 0.28% -
XYZ 3.24 1.62 3.05 -
YUV 27.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 72 1 49 0 0.99 0.32 0.72 319.44 0.97 0.14
Hex 48 1 31 0 63 20 48 13F 61 E
Octal 110 1 61 0 143 40 110 477 141 16
Binary 1001000 1 110001 0 1100011 100000 1001000 100111111 1100001 1110

Color Harmonies of #480131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480131

Black with #480131

Text Example


Text Example

White with #480131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480131; }

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

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

background-color css

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

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

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

border-color css

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

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

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