Html Css Color HEX #471838 Blackberry

📋 copy color: '#471838'

red 71 ◦ green 24 ◦ blue 56

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

Shades of Blackberry #471838

Tints of Blackberry #471838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 37.09%

R = 47.02%
G = 15.89%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#471838 (or 0x471838) is known color: Blackberry. HEX triplet: 47, 18 and 38. RGB value is (71,24,56). Sum of RGB (Red+Green+Blue) = 71+24+56=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #471838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471838 is #B8E7C7. Grayscale: #292929. Windows color (decimal): -12117960 or 3676231. OLE color: 3676231.

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

Color convert

RGB 71 24 56 -
CMYK 0 0.66 0.21 0.72
HSL 319.15º 0.49% 0.19% -
HSV(B) 319.15º 0.66% 0.28% -
XYZ 3.64 2.28 3.99 -
YUV 41.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 71 24 56 0 0.66 0.21 0.72 319.15 0.49 0.19
Hex 47 18 38 0 42 15 48 13F 31 13
Octal 107 30 70 0 102 25 110 477 61 23
Binary 1000111 11000 111000 0 1000010 10101 1001000 100111111 110001 10011

Color Harmonies of #471838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471838

Black with #471838

Text Example


Text Example

White with #471838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471838; }

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

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

background-color css

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

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

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

border-color css

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

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

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