Html Css Color HEX #480039 Blackberry

📋 copy color: '#480039'

red 72 ◦ green 0 ◦ blue 57

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

Shades of Blackberry #480039

Tints of Blackberry #480039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 44.19%

R = 55.81%
G = 0%
B = 44.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#480039 (or 0x480039) is known color: Blackberry. HEX triplet: 48, 00 and 39. RGB value is (72,0,57). Sum of RGB (Red+Green+Blue) = 72+0+57=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #480039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480039 is #B7FFC6. Grayscale: #1B1B1B. Windows color (decimal): -12058567 or 3735624. OLE color: 3735624.

HSL color Cylindrical-coordinate representation of color #480039: hue angle of 312.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480039 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 57 -
CMYK 0 1 0.21 0.72
HSL 312.5º 1% 0.14% -
HSV(B) 312.5º 1% 0.28% -
XYZ 3.41 1.67 4.01 -
YUV 28.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 72 0 57 0 1 0.21 0.72 312.5 1 0.14
Hex 48 0 39 0 64 15 48 138 64 E
Octal 110 0 71 0 144 25 110 470 144 16
Binary 1001000 0 111001 0 1100100 10101 1001000 100111000 1100100 1110

Color Harmonies of #480039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480039

Black with #480039

Text Example


Text Example

White with #480039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480039; }

 p { color: rgb(72,0,57); }

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

background-color css

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

 a { background-color: rgb(72,0,57); }

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

border-color css

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

 span { border-color: rgb(72,0,57); }

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