Html Css Color HEX #471038 Blackberry

📋 copy color: '#471038'

red 71 ◦ green 16 ◦ blue 56

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

Shades of Blackberry #471038

Tints of Blackberry #471038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.19%

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

R = 49.65%
G = 11.19%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#471038 (or 0x471038) is known color: Blackberry. HEX triplet: 47, 10 and 38. RGB value is (71,16,56). Sum of RGB (Red+Green+Blue) = 71+16+56=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471038 is #B8EFC7. Grayscale: #242424. Windows color (decimal): -12120008 or 3674183. OLE color: 3674183.

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

Color convert

RGB 71 16 56 -
CMYK 0 0.77 0.21 0.72
HSL 316.36º 0.63% 0.17% -
HSV(B) 316.36º 0.77% 0.28% -
XYZ 3.5 2 3.94 -
YUV 37.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 71 16 56 0 0.77 0.21 0.72 316.36 0.63 0.17
Hex 47 10 38 0 4D 15 48 13C 3F 11
Octal 107 20 70 0 115 25 110 474 77 21
Binary 1000111 10000 111000 0 1001101 10101 1001000 100111100 111111 10001

Color Harmonies of #471038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471038

Black with #471038

Text Example


Text Example

White with #471038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471038; }

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

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

background-color css

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

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

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

border-color css

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

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

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