Html Css Color HEX #481C37 Blackberry

📋 copy color: '#481C37'

red 72 ◦ green 28 ◦ blue 55

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

Shades of Blackberry #481C37

Tints of Blackberry #481C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 35.48%

R = 46.45%
G = 18.06%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#481C37 (or 0x481C37) is known color: Blackberry. HEX triplet: 48, 1C and 37. RGB value is (72,28,55). Sum of RGB (Red+Green+Blue) = 72+28+55=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C37 is #B7E3C8. Grayscale: #2C2C2C. Windows color (decimal): -12051401 or 3611720. OLE color: 3611720.

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

Color convert

RGB 72 28 55 -
CMYK 0 0.61 0.24 0.72
HSL 323.18º 0.44% 0.2% -
HSV(B) 323.18º 0.61% 0.28% -
XYZ 3.78 2.48 3.89 -
YUV 44.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 72 28 55 0 0.61 0.24 0.72 323.18 0.44 0.2
Hex 48 1C 37 0 3D 18 48 143 2C 14
Octal 110 34 67 0 75 30 110 503 54 24
Binary 1001000 11100 110111 0 111101 11000 1001000 101000011 101100 10100

Color Harmonies of #481C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C37

Black with #481C37

Text Example


Text Example

White with #481C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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