Html Css Color HEX #481130 Blackberry

📋 copy color: '#481130'

red 72 ◦ green 17 ◦ blue 48

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

Shades of Blackberry #481130

Tints of Blackberry #481130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

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

R = 52.55%
G = 12.41%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#481130 (or 0x481130) is known color: Blackberry. HEX triplet: 48, 11 and 30. RGB value is (72,17,48). Sum of RGB (Red+Green+Blue) = 72+17+48=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #481130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481130 is #B7EECF. Grayscale: #242424. Windows color (decimal): -12054224 or 3150152. OLE color: 3150152.

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

Color convert

RGB 72 17 48 -
CMYK 0 0.76 0.33 0.72
HSL 326.18º 0.62% 0.17% -
HSV(B) 326.18º 0.76% 0.28% -
XYZ 3.41 1.99 3 -
YUV 36.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 72 17 48 0 0.76 0.33 0.72 326.18 0.62 0.17
Hex 48 11 30 0 4C 21 48 146 3E 11
Octal 110 21 60 0 114 41 110 506 76 21
Binary 1001000 10001 110000 0 1001100 100001 1001000 101000110 111110 10001

Color Harmonies of #481130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481130

Black with #481130

Text Example


Text Example

White with #481130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481130; }

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

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

background-color css

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

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

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

border-color css

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

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

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