Html Css Color HEX #481837 Blackberry

📋 copy color: '#481837'

red 72 ◦ green 24 ◦ blue 55

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

Shades of Blackberry #481837

Tints of Blackberry #481837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.89%

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

R = 47.68%
G = 15.89%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#481837 (or 0x481837) is known color: Blackberry. HEX triplet: 48, 18 and 37. RGB value is (72,24,55). Sum of RGB (Red+Green+Blue) = 72+24+55=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #481837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481837 is #B7E7C8. Grayscale: #292929. Windows color (decimal): -12052425 or 3610696. OLE color: 3610696.

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

Color convert

RGB 72 24 55 -
CMYK 0 0.67 0.24 0.72
HSL 321.25º 0.5% 0.19% -
HSV(B) 321.25º 0.67% 0.28% -
XYZ 3.69 2.31 3.87 -
YUV 41.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 72 24 55 0 0.67 0.24 0.72 321.25 0.5 0.19
Hex 48 18 37 0 43 18 48 141 32 13
Octal 110 30 67 0 103 30 110 501 62 23
Binary 1001000 11000 110111 0 1000011 11000 1001000 101000001 110010 10011

Color Harmonies of #481837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481837

Black with #481837

Text Example


Text Example

White with #481837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481837; }

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

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

background-color css

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

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

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

border-color css

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

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

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