Html Css Color HEX #471128 Blackberry

📋 copy color: '#471128'

red 71 ◦ green 17 ◦ blue 40

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

Shades of Blackberry #471128

Tints of Blackberry #471128

RGB

 RED value IS 71 (28.13% from 255) = 55.47%

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

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 55.47%
G = 13.28%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#471128 (or 0x471128) is known color: Blackberry. HEX triplet: 47, 11 and 28. RGB value is (71,17,40). Sum of RGB (Red+Green+Blue) = 71+17+40=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471128 is #B8EED7. Grayscale: #232323. Windows color (decimal): -12119768 or 2625863. OLE color: 2625863.

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

Color convert

RGB 71 17 40 -
CMYK 0 0.76 0.44 0.72
HSL 334.44º 0.61% 0.17% -
HSV(B) 334.44º 0.76% 0.28% -
XYZ 3.18 1.89 2.21 -
YUV 35.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 71 17 40 0 0.76 0.44 0.72 334.44 0.61 0.17
Hex 47 11 28 0 4C 2C 48 14E 3D 11
Octal 107 21 50 0 114 54 110 516 75 21
Binary 1000111 10001 101000 0 1001100 101100 1001000 101001110 111101 10001

Color Harmonies of #471128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471128

Black with #471128

Text Example


Text Example

White with #471128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471128; }

 p { color: rgb(71,17,40); }

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

background-color css

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

 a { background-color: rgb(71,17,40); }

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

border-color css

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

 span { border-color: rgb(71,17,40); }

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