Html Css Color HEX #480033 Blackberry

📋 copy color: '#480033'

red 72 ◦ green 0 ◦ blue 51

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

Shades of Blackberry #480033

Tints of Blackberry #480033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.46%

R = 58.54%
G = 0%
B = 41.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#480033 (or 0x480033) is known color: Blackberry. HEX triplet: 48, 00 and 33. RGB value is (72,0,51). Sum of RGB (Red+Green+Blue) = 72+0+51=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #480033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480033 is #B7FFCC. Grayscale: #1B1B1B. Windows color (decimal): -12058573 or 3342408. OLE color: 3342408.

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

Color convert

RGB 72 0 51 -
CMYK 0 1 0.29 0.72
HSL 317.5º 1% 0.14% -
HSV(B) 317.5º 1% 0.28% -
XYZ 3.27 1.62 3.27 -
YUV 27.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 72 0 51 0 1 0.29 0.72 317.5 1 0.14
Hex 48 0 33 0 64 1D 48 13E 64 E
Octal 110 0 63 0 144 35 110 476 144 16
Binary 1001000 0 110011 0 1100100 11101 1001000 100111110 1100100 1110

Color Harmonies of #480033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480033

Black with #480033

Text Example


Text Example

White with #480033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480033; }

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

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

background-color css

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

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

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

border-color css

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

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

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