Html Css Color HEX #480A37 Blackberry

📋 copy color: '#480A37'

red 72 ◦ green 10 ◦ blue 55

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

Shades of Blackberry #480A37

Tints of Blackberry #480A37

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.3%

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

R = 52.55%
G = 7.3%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#480A37 (or 0x480A37) is known color: Blackberry. HEX triplet: 48, 0A and 37. RGB value is (72,10,55). Sum of RGB (Red+Green+Blue) = 72+10+55=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #480A37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A37 is #B7F5C8. Grayscale: #212121. Windows color (decimal): -12056009 or 3607112. OLE color: 3607112.

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

Color convert

RGB 72 10 55 -
CMYK 0 0.86 0.24 0.72
HSL 316.45º 0.76% 0.16% -
HSV(B) 316.45º 0.86% 0.28% -
XYZ 3.47 1.87 3.79 -
YUV 33.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 72 10 55 0 0.86 0.24 0.72 316.45 0.76 0.16
Hex 48 A 37 0 56 18 48 13C 4C 10
Octal 110 12 67 0 126 30 110 474 114 20
Binary 1001000 1010 110111 0 1010110 11000 1001000 100111100 1001100 10000

Color Harmonies of #480A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A37

Black with #480A37

Text Example


Text Example

White with #480A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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