Html Css Color HEX #480B32 Blackberry

📋 copy color: '#480B32'

red 72 ◦ green 11 ◦ blue 50

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

Shades of Blackberry #480B32

Tints of Blackberry #480B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.27%

 BLUE value IS 50 (19.92% from 255) = 37.59%

R = 54.14%
G = 8.27%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#480B32 (or 0x480B32) is known color: Blackberry. HEX triplet: 48, 0B and 32. RGB value is (72,11,50). Sum of RGB (Red+Green+Blue) = 72+11+50=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #480B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B32 is #B7F4CD. Grayscale: #212121. Windows color (decimal): -12055758 or 3279688. OLE color: 3279688.

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

Color convert

RGB 72 11 50 -
CMYK 0 0.85 0.31 0.72
HSL 321.64º 0.73% 0.16% -
HSV(B) 321.64º 0.85% 0.28% -
XYZ 3.37 1.85 3.2 -
YUV 33.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 72 11 50 0 0.85 0.31 0.72 321.64 0.73 0.16
Hex 48 B 32 0 55 1F 48 142 49 10
Octal 110 13 62 0 125 37 110 502 111 20
Binary 1001000 1011 110010 0 1010101 11111 1001000 101000010 1001001 10000

Color Harmonies of #480B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B32

Black with #480B32

Text Example


Text Example

White with #480B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,11,50); }

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

background-color css

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

 a { background-color: rgb(72,11,50); }

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

border-color css

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

 span { border-color: rgb(72,11,50); }

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