Html Css Color HEX #480130 Blackberry

📋 copy color: '#480130'

red 72 ◦ green 1 ◦ blue 48

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

Shades of Blackberry #480130

Tints of Blackberry #480130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 59.5%
G = 0.83%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#480130 (or 0x480130) is known color: Blackberry. HEX triplet: 48, 01 and 30. RGB value is (72,1,48). Sum of RGB (Red+Green+Blue) = 72+1+48=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #480130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480130 is #B7FECF. Grayscale: #1B1B1B. Windows color (decimal): -12058320 or 3146056. OLE color: 3146056.

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

Color convert

RGB 72 1 48 -
CMYK 0 0.99 0.33 0.72
HSL 320.28º 0.97% 0.14% -
HSV(B) 320.28º 0.99% 0.28% -
XYZ 3.22 1.61 2.94 -
YUV 27.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 72 1 48 0 0.99 0.33 0.72 320.28 0.97 0.14
Hex 48 1 30 0 63 21 48 140 61 E
Octal 110 1 60 0 143 41 110 500 141 16
Binary 1001000 1 110000 0 1100011 100001 1001000 101000000 1100001 1110

Color Harmonies of #480130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480130

Black with #480130

Text Example


Text Example

White with #480130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480130; }

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

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

background-color css

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

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

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

border-color css

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

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

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