Html Css Color HEX #481037 Blackberry

📋 copy color: '#481037'

red 72 ◦ green 16 ◦ blue 55

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

Shades of Blackberry #481037

Tints of Blackberry #481037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.19%

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

R = 50.35%
G = 11.19%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#481037 (or 0x481037) is known color: Blackberry. HEX triplet: 48, 10 and 37. RGB value is (72,16,55). Sum of RGB (Red+Green+Blue) = 72+16+55=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #481037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481037 is #B7EFC8. Grayscale: #252525. Windows color (decimal): -12054473 or 3608648. OLE color: 3608648.

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

Color convert

RGB 72 16 55 -
CMYK 0 0.78 0.24 0.72
HSL 318.21º 0.64% 0.17% -
HSV(B) 318.21º 0.78% 0.28% -
XYZ 3.55 2.02 3.82 -
YUV 37.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 72 16 55 0 0.78 0.24 0.72 318.21 0.64 0.17
Hex 48 10 37 0 4E 18 48 13E 40 11
Octal 110 20 67 0 116 30 110 476 100 21
Binary 1001000 10000 110111 0 1001110 11000 1001000 100111110 1000000 10001

Color Harmonies of #481037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481037

Black with #481037

Text Example


Text Example

White with #481037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481037; }

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

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

background-color css

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

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

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

border-color css

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

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

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