Html Css Color HEX #480E2F Blackberry

📋 copy color: '#480E2F'

red 72 ◦ green 14 ◦ blue 47

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

Shades of Blackberry #480E2F

Tints of Blackberry #480E2F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.53%

 BLUE value IS 47 (18.75% from 255) = 35.34%

R = 54.14%
G = 10.53%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#480E2F (or 0x480E2F) is known color: Blackberry. HEX triplet: 48, 0E and 2F. RGB value is (72,14,47). Sum of RGB (Red+Green+Blue) = 72+14+47=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #480E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E2F is #B7F1D0. Grayscale: #232323. Windows color (decimal): -12054993 or 3083848. OLE color: 3083848.

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

Color convert

RGB 72 14 47 -
CMYK 0 0.81 0.35 0.72
HSL 325.86º 0.67% 0.17% -
HSV(B) 325.86º 0.81% 0.28% -
XYZ 3.34 1.9 2.88 -
YUV 35.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 72 14 47 0 0.81 0.35 0.72 325.86 0.67 0.17
Hex 48 E 2F 0 51 23 48 146 43 11
Octal 110 16 57 0 121 43 110 506 103 21
Binary 1001000 1110 101111 0 1010001 100011 1001000 101000110 1000011 10001

Color Harmonies of #480E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E2F

Black with #480E2F

Text Example


Text Example

White with #480E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,14,47); }

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

background-color css

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

 a { background-color: rgb(72,14,47); }

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

border-color css

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

 span { border-color: rgb(72,14,47); }

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