Html Css Color HEX #480F3C Blackberry

📋 copy color: '#480F3C'

red 72 ◦ green 15 ◦ blue 60

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

Shades of Blackberry #480F3C

Tints of Blackberry #480F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.2%

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

R = 48.98%
G = 10.2%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#480F3C (or 0x480F3C) is known color: Blackberry. HEX triplet: 48, 0F and 3C. RGB value is (72,15,60). Sum of RGB (Red+Green+Blue) = 72+15+60=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #480F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F3C is #B7F0C3. Grayscale: #252525. Windows color (decimal): -12054724 or 3936072. OLE color: 3936072.

HSL color Cylindrical-coordinate representation of color #480F3C: hue angle of 312.63º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #480F3C is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 15 60 -
CMYK 0 0.79 0.17 0.72
HSL 312.63º 0.66% 0.17% -
HSV(B) 312.63º 0.79% 0.28% -
XYZ 3.66 2.05 4.48 -
YUV 37.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 72 15 60 0 0.79 0.17 0.72 312.63 0.66 0.17
Hex 48 F 3C 0 4F 11 48 139 42 11
Octal 110 17 74 0 117 21 110 471 102 21
Binary 1001000 1111 111100 0 1001111 10001 1001000 100111001 1000010 10001

Color Harmonies of #480F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F3C

Black with #480F3C

Text Example


Text Example

White with #480F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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