Html Css Color HEX #480636 Blackberry

📋 copy color: '#480636'

red 72 ◦ green 6 ◦ blue 54

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

Shades of Blackberry #480636

Tints of Blackberry #480636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.55%

 BLUE value IS 54 (21.48% from 255) = 40.91%

R = 54.55%
G = 4.55%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#480636 (or 0x480636) is known color: Blackberry. HEX triplet: 48, 06 and 36. RGB value is (72,6,54). Sum of RGB (Red+Green+Blue) = 72+6+54=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #480636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480636 is #B7F9C9. Grayscale: #1F1F1F. Windows color (decimal): -12057034 or 3540552. OLE color: 3540552.

HSL color Cylindrical-coordinate representation of color #480636: hue angle of 316.36º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480636 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 6 54 -
CMYK 0 0.92 0.25 0.72
HSL 316.36º 0.85% 0.15% -
HSV(B) 316.36º 0.92% 0.28% -
XYZ 3.4 1.77 3.65 -
YUV 31.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 72 6 54 0 0.92 0.25 0.72 316.36 0.85 0.15
Hex 48 6 36 0 5C 19 48 13C 55 F
Octal 110 6 66 0 134 31 110 474 125 17
Binary 1001000 110 110110 0 1011100 11001 1001000 100111100 1010101 1111

Color Harmonies of #480636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480636

Black with #480636

Text Example


Text Example

White with #480636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480636; }

 p { color: rgb(72,6,54); }

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

background-color css

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

 a { background-color: rgb(72,6,54); }

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

border-color css

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

 span { border-color: rgb(72,6,54); }

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