Html Css Color HEX #481731 Blackberry

📋 copy color: '#481731'

red 72 ◦ green 23 ◦ blue 49

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

Shades of Blackberry #481731

Tints of Blackberry #481731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 50%
G = 15.97%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#481731 (or 0x481731) is known color: Blackberry. HEX triplet: 48, 17 and 31. RGB value is (72,23,49). Sum of RGB (Red+Green+Blue) = 72+23+49=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481731 is #B7E8CE. Grayscale: #282828. Windows color (decimal): -12052687 or 3217224. OLE color: 3217224.

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

Color convert

RGB 72 23 49 -
CMYK 0 0.68 0.32 0.72
HSL 328.16º 0.52% 0.19% -
HSV(B) 328.16º 0.68% 0.28% -
XYZ 3.53 2.21 3.15 -
YUV 40.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 72 23 49 0 0.68 0.32 0.72 328.16 0.52 0.19
Hex 48 17 31 0 44 20 48 148 34 13
Octal 110 27 61 0 104 40 110 510 64 23
Binary 1001000 10111 110001 0 1000100 100000 1001000 101001000 110100 10011

Color Harmonies of #481731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481731

Black with #481731

Text Example


Text Example

White with #481731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481731; }

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

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

background-color css

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

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

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

border-color css

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

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

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