Html Css Color HEX #481F3B Blackberry

📋 copy color: '#481F3B'

red 72 ◦ green 31 ◦ blue 59

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

Shades of Blackberry #481F3B

Tints of Blackberry #481F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.42%

R = 44.44%
G = 19.14%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#481F3B (or 0x481F3B) is known color: Blackberry. HEX triplet: 48, 1F and 3B. RGB value is (72,31,59). Sum of RGB (Red+Green+Blue) = 72+31+59=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #481F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F3B is #B7E0C4. Grayscale: #2E2E2E. Windows color (decimal): -12050629 or 3874632. OLE color: 3874632.

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

Color convert

RGB 72 31 59 -
CMYK 0 0.57 0.18 0.72
HSL 319.02º 0.4% 0.2% -
HSV(B) 319.02º 0.57% 0.28% -
XYZ 3.95 2.67 4.45 -
YUV 46.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 72 31 59 0 0.57 0.18 0.72 319.02 0.4 0.2
Hex 48 1F 3B 0 39 12 48 13F 28 14
Octal 110 37 73 0 71 22 110 477 50 24
Binary 1001000 11111 111011 0 111001 10010 1001000 100111111 101000 10100

Color Harmonies of #481F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F3B

Black with #481F3B

Text Example


Text Example

White with #481F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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