Html Css Color HEX #481F3A Blackberry

📋 copy color: '#481F3A'

red 72 ◦ green 31 ◦ blue 58

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

Shades of Blackberry #481F3A

Tints of Blackberry #481F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 44.72%
G = 19.25%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#481F3A (or 0x481F3A) is known color: Blackberry. HEX triplet: 48, 1F and 3A. RGB value is (72,31,58). Sum of RGB (Red+Green+Blue) = 72+31+58=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F3A is #B7E0C5. Grayscale: #2E2E2E. Windows color (decimal): -12050630 or 3809096. OLE color: 3809096.

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

Color convert

RGB 72 31 58 -
CMYK 0 0.57 0.19 0.72
HSL 320.49º 0.4% 0.2% -
HSV(B) 320.49º 0.57% 0.28% -
XYZ 3.93 2.66 4.31 -
YUV 46.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 72 31 58 0 0.57 0.19 0.72 320.49 0.4 0.2
Hex 48 1F 3A 0 39 13 48 140 28 14
Octal 110 37 72 0 71 23 110 500 50 24
Binary 1001000 11111 111010 0 111001 10011 1001000 101000000 101000 10100

Color Harmonies of #481F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F3A

Black with #481F3A

Text Example


Text Example

White with #481F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,31,58); }

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

background-color css

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

 a { background-color: rgb(72,31,58); }

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

border-color css

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

 span { border-color: rgb(72,31,58); }

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