Html Css Color HEX #480B30 Blackberry

📋 copy color: '#480B30'

red 72 ◦ green 11 ◦ blue 48

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

Shades of Blackberry #480B30

Tints of Blackberry #480B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 36.64%

R = 54.96%
G = 8.4%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#480B30 (or 0x480B30) is known color: Blackberry. HEX triplet: 48, 0B and 30. RGB value is (72,11,48). Sum of RGB (Red+Green+Blue) = 72+11+48=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #480B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B30 is #B7F4CF. Grayscale: #212121. Windows color (decimal): -12055760 or 3148616. OLE color: 3148616.

HSL color Cylindrical-coordinate representation of color #480B30: hue angle of 323.61º 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 #480B30 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 11 48 -
CMYK 0 0.85 0.33 0.72
HSL 323.61º 0.73% 0.16% -
HSV(B) 323.61º 0.85% 0.28% -
XYZ 3.33 1.83 2.97 -
YUV 33.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 72 11 48 0 0.85 0.33 0.72 323.61 0.73 0.16
Hex 48 B 30 0 55 21 48 144 49 10
Octal 110 13 60 0 125 41 110 504 111 20
Binary 1001000 1011 110000 0 1010101 100001 1001000 101000100 1001001 10000

Color Harmonies of #480B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B30

Black with #480B30

Text Example


Text Example

White with #480B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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