Html Css Color HEX #480E3E Blackberry

📋 copy color: '#480E3E'

red 72 ◦ green 14 ◦ blue 62

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

Shades of Blackberry #480E3E

Tints of Blackberry #480E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.89%

R = 48.65%
G = 9.46%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#480E3E (or 0x480E3E) is known color: Blackberry. HEX triplet: 48, 0E and 3E. RGB value is (72,14,62). Sum of RGB (Red+Green+Blue) = 72+14+62=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #480E3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E3E is #B7F1C1. Grayscale: #242424. Windows color (decimal): -12054978 or 4066888. OLE color: 4066888.

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

Color convert

RGB 72 14 62 -
CMYK 0 0.81 0.14 0.72
HSL 310.34º 0.67% 0.17% -
HSV(B) 310.34º 0.81% 0.28% -
XYZ 3.7 2.04 4.76 -
YUV 36.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 72 14 62 0 0.81 0.14 0.72 310.34 0.67 0.17
Hex 48 E 3E 0 51 E 48 136 43 11
Octal 110 16 76 0 121 16 110 466 103 21
Binary 1001000 1110 111110 0 1010001 1110 1001000 100110110 1000011 10001

Color Harmonies of #480E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E3E

Black with #480E3E

Text Example


Text Example

White with #480E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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