Html Css Color HEX #481137 Blackberry

📋 copy color: '#481137'

red 72 ◦ green 17 ◦ blue 55

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

Shades of Blackberry #481137

Tints of Blackberry #481137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.81%

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

R = 50%
G = 11.81%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#481137 (or 0x481137) is known color: Blackberry. HEX triplet: 48, 11 and 37. RGB value is (72,17,55). Sum of RGB (Red+Green+Blue) = 72+17+55=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481137 is #B7EEC8. Grayscale: #252525. Windows color (decimal): -12054217 or 3608904. OLE color: 3608904.

HSL color Cylindrical-coordinate representation of color #481137: hue angle of 318.55º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481137 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 55 -
CMYK 0 0.76 0.24 0.72
HSL 318.55º 0.62% 0.17% -
HSV(B) 318.55º 0.76% 0.28% -
XYZ 3.56 2.05 3.82 -
YUV 37.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 72 17 55 0 0.76 0.24 0.72 318.55 0.62 0.17
Hex 48 11 37 0 4C 18 48 13F 3E 11
Octal 110 21 67 0 114 30 110 477 76 21
Binary 1001000 10001 110111 0 1001100 11000 1001000 100111111 111110 10001

Color Harmonies of #481137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481137

Black with #481137

Text Example


Text Example

White with #481137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481137; }

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

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

background-color css

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

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

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

border-color css

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

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

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