Html Css Color HEX #480B3C Blackberry

📋 copy color: '#480B3C'

red 72 ◦ green 11 ◦ blue 60

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

Shades of Blackberry #480B3C

Tints of Blackberry #480B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.96%

R = 50.35%
G = 7.69%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#480B3C (or 0x480B3C) is known color: Blackberry. HEX triplet: 48, 0B and 3C. RGB value is (72,11,60). Sum of RGB (Red+Green+Blue) = 72+11+60=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #480B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B3C is #B7F4C3. Grayscale: #222222. Windows color (decimal): -12055748 or 3935048. OLE color: 3935048.

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

Color convert

RGB 72 11 60 -
CMYK 0 0.85 0.17 0.72
HSL 311.8º 0.73% 0.16% -
HSV(B) 311.8º 0.85% 0.28% -
XYZ 3.61 1.94 4.46 -
YUV 34.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 72 11 60 0 0.85 0.17 0.72 311.8 0.73 0.16
Hex 48 B 3C 0 55 11 48 138 49 10
Octal 110 13 74 0 125 21 110 470 111 20
Binary 1001000 1011 111100 0 1010101 10001 1001000 100111000 1001001 10000

Color Harmonies of #480B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B3C

Black with #480B3C

Text Example


Text Example

White with #480B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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