Html Css Color HEX #481A37 Blackberry

📋 copy color: '#481A37'

red 72 ◦ green 26 ◦ blue 55

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

Shades of Blackberry #481A37

Tints of Blackberry #481A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.99%

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

R = 47.06%
G = 16.99%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#481A37 (or 0x481A37) is known color: Blackberry. HEX triplet: 48, 1A and 37. RGB value is (72,26,55). Sum of RGB (Red+Green+Blue) = 72+26+55=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #481A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A37 is #B7E5C8. Grayscale: #2A2A2A. Windows color (decimal): -12051913 or 3611208. OLE color: 3611208.

HSL color Cylindrical-coordinate representation of color #481A37: hue angle of 322.17º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A37 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 26 55 -
CMYK 0 0.64 0.24 0.72
HSL 322.17º 0.47% 0.19% -
HSV(B) 322.17º 0.64% 0.28% -
XYZ 3.73 2.39 3.88 -
YUV 43.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 72 26 55 0 0.64 0.24 0.72 322.17 0.47 0.19
Hex 48 1A 37 0 40 18 48 142 2F 13
Octal 110 32 67 0 100 30 110 502 57 23
Binary 1001000 11010 110111 0 1000000 11000 1001000 101000010 101111 10011

Color Harmonies of #481A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A37

Black with #481A37

Text Example


Text Example

White with #481A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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