Html Css Color HEX #480430 Blackberry

📋 copy color: '#480430'

red 72 ◦ green 4 ◦ blue 48

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

Shades of Blackberry #480430

Tints of Blackberry #480430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.23%

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

R = 58.06%
G = 3.23%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#480430 (or 0x480430) is known color: Blackberry. HEX triplet: 48, 04 and 30. RGB value is (72,4,48). Sum of RGB (Red+Green+Blue) = 72+4+48=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #480430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480430 is #B7FBCF. Grayscale: #1D1D1D. Windows color (decimal): -12057552 or 3146824. OLE color: 3146824.

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

Color convert

RGB 72 4 48 -
CMYK 0 0.94 0.33 0.72
HSL 321.18º 0.89% 0.15% -
HSV(B) 321.18º 0.94% 0.28% -
XYZ 3.25 1.68 2.95 -
YUV 29.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 72 4 48 0 0.94 0.33 0.72 321.18 0.89 0.15
Hex 48 4 30 0 5E 21 48 141 59 F
Octal 110 4 60 0 136 41 110 501 131 17
Binary 1001000 100 110000 0 1011110 100001 1001000 101000001 1011001 1111

Color Harmonies of #480430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480430

Black with #480430

Text Example


Text Example

White with #480430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480430; }

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

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

background-color css

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

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

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

border-color css

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

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

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