Html Css Color HEX #481E39 Blackberry

📋 copy color: '#481E39'

red 72 ◦ green 30 ◦ blue 57

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

Shades of Blackberry #481E39

Tints of Blackberry #481E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 35.85%

R = 45.28%
G = 18.87%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#481E39 (or 0x481E39) is known color: Blackberry. HEX triplet: 48, 1E and 39. RGB value is (72,30,57). Sum of RGB (Red+Green+Blue) = 72+30+57=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E39 is #B7E1C6. Grayscale: #2D2D2D. Windows color (decimal): -12050887 or 3743304. OLE color: 3743304.

HSL color Cylindrical-coordinate representation of color #481E39: hue angle of 321.43º 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 #481E39 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 30 57 -
CMYK 0 0.58 0.21 0.72
HSL 321.43º 0.41% 0.2% -
HSV(B) 321.43º 0.58% 0.28% -
XYZ 3.88 2.6 4.17 -
YUV 45.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 72 30 57 0 0.58 0.21 0.72 321.43 0.41 0.2
Hex 48 1E 39 0 3A 15 48 141 29 14
Octal 110 36 71 0 72 25 110 501 51 24
Binary 1001000 11110 111001 0 111010 10101 1001000 101000001 101001 10100

Color Harmonies of #481E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E39

Black with #481E39

Text Example


Text Example

White with #481E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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