Html Css Color HEX #480137 Blackberry

📋 copy color: '#480137'

red 72 ◦ green 1 ◦ blue 55

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

Shades of Blackberry #480137

Tints of Blackberry #480137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 42.97%

R = 56.25%
G = 0.78%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#480137 (or 0x480137) is known color: Blackberry. HEX triplet: 48, 01 and 37. RGB value is (72,1,55). Sum of RGB (Red+Green+Blue) = 72+1+55=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #480137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480137 is #B7FEC8. Grayscale: #1C1C1C. Windows color (decimal): -12058313 or 3604808. OLE color: 3604808.

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

Color convert

RGB 72 1 55 -
CMYK 0 0.99 0.24 0.72
HSL 314.37º 0.97% 0.14% -
HSV(B) 314.37º 0.99% 0.28% -
XYZ 3.37 1.68 3.76 -
YUV 28.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 72 1 55 0 0.99 0.24 0.72 314.37 0.97 0.14
Hex 48 1 37 0 63 18 48 13A 61 E
Octal 110 1 67 0 143 30 110 472 141 16
Binary 1001000 1 110111 0 1100011 11000 1001000 100111010 1100001 1110

Color Harmonies of #480137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480137

Black with #480137

Text Example


Text Example

White with #480137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480137; }

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

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

background-color css

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

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

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

border-color css

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

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

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