Html Css Color HEX #480936 Blackberry

📋 copy color: '#480936'

red 72 ◦ green 9 ◦ blue 54

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

Shades of Blackberry #480936

Tints of Blackberry #480936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.67%

 BLUE value IS 54 (21.48% from 255) = 40%

R = 53.33%
G = 6.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#480936 (or 0x480936) is known color: Blackberry. HEX triplet: 48, 09 and 36. RGB value is (72,9,54). Sum of RGB (Red+Green+Blue) = 72+9+54=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #480936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480936 is #B7F6C9. Grayscale: #202020. Windows color (decimal): -12056266 or 3541320. OLE color: 3541320.

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

Color convert

RGB 72 9 54 -
CMYK 0 0.88 0.25 0.72
HSL 317.14º 0.78% 0.16% -
HSV(B) 317.14º 0.88% 0.28% -
XYZ 3.44 1.84 3.66 -
YUV 32.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 72 9 54 0 0.88 0.25 0.72 317.14 0.78 0.16
Hex 48 9 36 0 58 19 48 13D 4E 10
Octal 110 11 66 0 130 31 110 475 116 20
Binary 1001000 1001 110110 0 1011000 11001 1001000 100111101 1001110 10000

Color Harmonies of #480936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480936

Black with #480936

Text Example


Text Example

White with #480936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480936; }

 p { color: rgb(72,9,54); }

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

background-color css

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

 a { background-color: rgb(72,9,54); }

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

border-color css

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

 span { border-color: rgb(72,9,54); }

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