Html Css Color HEX #481E35 Blackberry

📋 copy color: '#481E35'

red 72 ◦ green 30 ◦ blue 53

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

Shades of Blackberry #481E35

Tints of Blackberry #481E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 46.45%
G = 19.35%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#481E35 (or 0x481E35) is known color: Blackberry. HEX triplet: 48, 1E and 35. RGB value is (72,30,53). Sum of RGB (Red+Green+Blue) = 72+30+53=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E35 is #B7E1CA. Grayscale: #2D2D2D. Windows color (decimal): -12050891 or 3481160. OLE color: 3481160.

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

Color convert

RGB 72 30 53 -
CMYK 0 0.58 0.26 0.72
HSL 327.14º 0.41% 0.2% -
HSV(B) 327.14º 0.58% 0.28% -
XYZ 3.78 2.56 3.66 -
YUV 45.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 72 30 53 0 0.58 0.26 0.72 327.14 0.41 0.2
Hex 48 1E 35 0 3A 1A 48 147 29 14
Octal 110 36 65 0 72 32 110 507 51 24
Binary 1001000 11110 110101 0 111010 11010 1001000 101000111 101001 10100

Color Harmonies of #481E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E35

Black with #481E35

Text Example


Text Example

White with #481E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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