Html Css Color HEX #481931 Blackberry

📋 copy color: '#481931'

red 72 ◦ green 25 ◦ blue 49

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

Shades of Blackberry #481931

Tints of Blackberry #481931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

 BLUE value IS 49 (19.53% from 255) = 33.56%

R = 49.32%
G = 17.12%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#481931 (or 0x481931) is known color: Blackberry. HEX triplet: 48, 19 and 31. RGB value is (72,25,49). Sum of RGB (Red+Green+Blue) = 72+25+49=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481931 is #B7E6CE. Grayscale: #292929. Windows color (decimal): -12052175 or 3217736. OLE color: 3217736.

HSL color Cylindrical-coordinate representation of color #481931: hue angle of 329.36º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481931 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 49 -
CMYK 0 0.65 0.32 0.72
HSL 329.36º 0.48% 0.19% -
HSV(B) 329.36º 0.65% 0.28% -
XYZ 3.57 2.29 3.16 -
YUV 41.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 72 25 49 0 0.65 0.32 0.72 329.36 0.48 0.19
Hex 48 19 31 0 41 20 48 149 30 13
Octal 110 31 61 0 101 40 110 511 60 23
Binary 1001000 11001 110001 0 1000001 100000 1001000 101001001 110000 10011

Color Harmonies of #481931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481931

Black with #481931

Text Example


Text Example

White with #481931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481931; }

 p { color: rgb(72,25,49); }

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

background-color css

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

 a { background-color: rgb(72,25,49); }

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

border-color css

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

 span { border-color: rgb(72,25,49); }

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