Html Css Color HEX #481E37 Blackberry

📋 copy color: '#481E37'

red 72 ◦ green 30 ◦ blue 55

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

Shades of Blackberry #481E37

Tints of Blackberry #481E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.11%

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

R = 45.86%
G = 19.11%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#481E37 (or 0x481E37) is known color: Blackberry. HEX triplet: 48, 1E and 37. RGB value is (72,30,55). Sum of RGB (Red+Green+Blue) = 72+30+55=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E37 is #B7E1C8. Grayscale: #2D2D2D. Windows color (decimal): -12050889 or 3612232. OLE color: 3612232.

HSL color Cylindrical-coordinate representation of color #481E37: hue angle of 324.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E37 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 30 55 -
CMYK 0 0.58 0.24 0.72
HSL 324.29º 0.41% 0.2% -
HSV(B) 324.29º 0.58% 0.28% -
XYZ 3.83 2.58 3.91 -
YUV 45.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 72 30 55 0 0.58 0.24 0.72 324.29 0.41 0.2
Hex 48 1E 37 0 3A 18 48 144 29 14
Octal 110 36 67 0 72 30 110 504 51 24
Binary 1001000 11110 110111 0 111010 11000 1001000 101000100 101001 10100

Color Harmonies of #481E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E37

Black with #481E37

Text Example


Text Example

White with #481E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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