Html Css Color HEX #481134 Blackberry

📋 copy color: '#481134'

red 72 ◦ green 17 ◦ blue 52

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

Shades of Blackberry #481134

Tints of Blackberry #481134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.88%

R = 51.06%
G = 12.06%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#481134 (or 0x481134) is known color: Blackberry. HEX triplet: 48, 11 and 34. RGB value is (72,17,52). Sum of RGB (Red+Green+Blue) = 72+17+52=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481134 is #B7EECB. Grayscale: #252525. Windows color (decimal): -12054220 or 3412296. OLE color: 3412296.

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

Color convert

RGB 72 17 52 -
CMYK 0 0.76 0.28 0.72
HSL 321.82º 0.62% 0.17% -
HSV(B) 321.82º 0.76% 0.28% -
XYZ 3.49 2.03 3.46 -
YUV 37.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 72 17 52 0 0.76 0.28 0.72 321.82 0.62 0.17
Hex 48 11 34 0 4C 1C 48 142 3E 11
Octal 110 21 64 0 114 34 110 502 76 21
Binary 1001000 10001 110100 0 1001100 11100 1001000 101000010 111110 10001

Color Harmonies of #481134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481134

Black with #481134

Text Example


Text Example

White with #481134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481134; }

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

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

background-color css

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

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

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

border-color css

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

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

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