Html Css Color HEX #481437 Blackberry

📋 copy color: '#481437'

red 72 ◦ green 20 ◦ blue 55

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

Shades of Blackberry #481437

Tints of Blackberry #481437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.61%

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

R = 48.98%
G = 13.61%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#481437 (or 0x481437) is known color: Blackberry. HEX triplet: 48, 14 and 37. RGB value is (72,20,55). Sum of RGB (Red+Green+Blue) = 72+20+55=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481437 is #B7EBC8. Grayscale: #272727. Windows color (decimal): -12053449 or 3609672. OLE color: 3609672.

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

Color convert

RGB 72 20 55 -
CMYK 0 0.72 0.24 0.72
HSL 319.62º 0.57% 0.18% -
HSV(B) 319.62º 0.72% 0.28% -
XYZ 3.61 2.15 3.84 -
YUV 39.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 72 20 55 0 0.72 0.24 0.72 319.62 0.57 0.18
Hex 48 14 37 0 48 18 48 140 39 12
Octal 110 24 67 0 110 30 110 500 71 22
Binary 1001000 10100 110111 0 1001000 11000 1001000 101000000 111001 10010

Color Harmonies of #481437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481437

Black with #481437

Text Example


Text Example

White with #481437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481437; }

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

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

background-color css

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

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

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

border-color css

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

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

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