Html Css Color HEX #480F3B Blackberry

📋 copy color: '#480F3B'

red 72 ◦ green 15 ◦ blue 59

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

Shades of Blackberry #480F3B

Tints of Blackberry #480F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.41%

R = 49.32%
G = 10.27%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#480F3B (or 0x480F3B) is known color: Blackberry. HEX triplet: 48, 0F and 3B. RGB value is (72,15,59). Sum of RGB (Red+Green+Blue) = 72+15+59=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #480F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F3B is #B7F0C4. Grayscale: #242424. Windows color (decimal): -12054725 or 3870536. OLE color: 3870536.

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

Color convert

RGB 72 15 59 -
CMYK 0 0.79 0.18 0.72
HSL 313.68º 0.66% 0.17% -
HSV(B) 313.68º 0.79% 0.28% -
XYZ 3.63 2.04 4.34 -
YUV 37.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 72 15 59 0 0.79 0.18 0.72 313.68 0.66 0.17
Hex 48 F 3B 0 4F 12 48 13A 42 11
Octal 110 17 73 0 117 22 110 472 102 21
Binary 1001000 1111 111011 0 1001111 10010 1001000 100111010 1000010 10001

Color Harmonies of #480F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F3B

Black with #480F3B

Text Example


Text Example

White with #480F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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