Html Css Color HEX #481C31 Blackberry

📋 copy color: '#481C31'

red 72 ◦ green 28 ◦ blue 49

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

Shades of Blackberry #481C31

Tints of Blackberry #481C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.79%

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

R = 48.32%
G = 18.79%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#481C31 (or 0x481C31) is known color: Blackberry. HEX triplet: 48, 1C and 31. RGB value is (72,28,49). Sum of RGB (Red+Green+Blue) = 72+28+49=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C31 is #B7E3CE. Grayscale: #2B2B2B. Windows color (decimal): -12051407 or 3218504. OLE color: 3218504.

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

Color convert

RGB 72 28 49 -
CMYK 0 0.61 0.32 0.72
HSL 331.36º 0.44% 0.2% -
HSV(B) 331.36º 0.61% 0.28% -
XYZ 3.64 2.43 3.18 -
YUV 43.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 72 28 49 0 0.61 0.32 0.72 331.36 0.44 0.2
Hex 48 1C 31 0 3D 20 48 14B 2C 14
Octal 110 34 61 0 75 40 110 513 54 24
Binary 1001000 11100 110001 0 111101 100000 1001000 101001011 101100 10100

Color Harmonies of #481C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C31

Black with #481C31

Text Example


Text Example

White with #481C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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