Html Css Color HEX #480030 Blackberry

📋 copy color: '#480030'

red 72 ◦ green 0 ◦ blue 48

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

Shades of Blackberry #480030

Tints of Blackberry #480030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40%

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#480030 (or 0x480030) is known color: Blackberry. HEX triplet: 48, 00 and 30. RGB value is (72,0,48). Sum of RGB (Red+Green+Blue) = 72+0+48=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #480030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480030 is #B7FFCF. Grayscale: #1A1A1A. Windows color (decimal): -12058576 or 3145800. OLE color: 3145800.

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

Color convert

RGB 72 0 48 -
CMYK 0 1 0.33 0.72
HSL 320º 1% 0.14% -
HSV(B) 320º 1% 0.28% -
XYZ 3.21 1.59 2.93 -
YUV 27 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 72 0 48 0 1 0.33 0.72 320 1 0.14
Hex 48 0 30 0 64 21 48 140 64 E
Octal 110 0 60 0 144 41 110 500 144 16
Binary 1001000 0 110000 0 1100100 100001 1001000 101000000 1100100 1110

Color Harmonies of #480030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480030

Black with #480030

Text Example


Text Example

White with #480030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480030; }

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

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

background-color css

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

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

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

border-color css

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

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

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