Html Css Color HEX #471831 Blackberry

📋 copy color: '#471831'

red 71 ◦ green 24 ◦ blue 49

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

Shades of Blackberry #471831

Tints of Blackberry #471831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

 BLUE value IS 49 (19.53% from 255) = 34.03%

R = 49.31%
G = 16.67%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#471831 (or 0x471831) is known color: Blackberry. HEX triplet: 47, 18 and 31. RGB value is (71,24,49). Sum of RGB (Red+Green+Blue) = 71+24+49=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #471831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471831 is #B8E7CE. Grayscale: #282828. Windows color (decimal): -12117967 or 3217479. OLE color: 3217479.

HSL color Cylindrical-coordinate representation of color #471831: hue angle of 328.09º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #471831 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 24 49 -
CMYK 0 0.66 0.31 0.72
HSL 328.09º 0.49% 0.19% -
HSV(B) 328.09º 0.66% 0.28% -
XYZ 3.48 2.21 3.15 -
YUV 40.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 71 24 49 0 0.66 0.31 0.72 328.09 0.49 0.19
Hex 47 18 31 0 42 1F 48 148 31 13
Octal 107 30 61 0 102 37 110 510 61 23
Binary 1000111 11000 110001 0 1000010 11111 1001000 101001000 110001 10011

Color Harmonies of #471831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471831

Black with #471831

Text Example


Text Example

White with #471831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471831; }

 p { color: rgb(71,24,49); }

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

background-color css

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

 a { background-color: rgb(71,24,49); }

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

border-color css

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

 span { border-color: rgb(71,24,49); }

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