Html Css Color HEX #480034 Blackberry

📋 copy color: '#480034'

red 72 ◦ green 0 ◦ blue 52

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

Shades of Blackberry #480034

Tints of Blackberry #480034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.94%

R = 58.06%
G = 0%
B = 41.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#480034 (or 0x480034) is known color: Blackberry. HEX triplet: 48, 00 and 34. RGB value is (72,0,52). Sum of RGB (Red+Green+Blue) = 72+0+52=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #480034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480034 is #B7FFCB. Grayscale: #1B1B1B. Windows color (decimal): -12058572 or 3407944. OLE color: 3407944.

HSL color Cylindrical-coordinate representation of color #480034: hue angle of 316.67º 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 #480034 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 52 -
CMYK 0 1 0.28 0.72
HSL 316.67º 1% 0.14% -
HSV(B) 316.67º 1% 0.28% -
XYZ 3.29 1.63 3.39 -
YUV 27.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 72 0 52 0 1 0.28 0.72 316.67 1 0.14
Hex 48 0 34 0 64 1C 48 13D 64 E
Octal 110 0 64 0 144 34 110 475 144 16
Binary 1001000 0 110100 0 1100100 11100 1001000 100111101 1100100 1110

Color Harmonies of #480034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480034

Black with #480034

Text Example


Text Example

White with #480034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480034; }

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

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

background-color css

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

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

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

border-color css

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

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

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