Html Css Color HEX #471036 Blackberry

📋 copy color: '#471036'

red 71 ◦ green 16 ◦ blue 54

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

Shades of Blackberry #471036

Tints of Blackberry #471036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 38.3%

R = 50.35%
G = 11.35%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#471036 (or 0x471036) is known color: Blackberry. HEX triplet: 47, 10 and 36. RGB value is (71,16,54). Sum of RGB (Red+Green+Blue) = 71+16+54=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471036 is #B8EFC9. Grayscale: #242424. Windows color (decimal): -12120010 or 3543111. OLE color: 3543111.

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

Color convert

RGB 71 16 54 -
CMYK 0 0.77 0.24 0.72
HSL 318.55º 0.63% 0.17% -
HSV(B) 318.55º 0.77% 0.28% -
XYZ 3.45 1.98 3.69 -
YUV 36.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 71 16 54 0 0.77 0.24 0.72 318.55 0.63 0.17
Hex 47 10 36 0 4D 18 48 13F 3F 11
Octal 107 20 66 0 115 30 110 477 77 21
Binary 1000111 10000 110110 0 1001101 11000 1001000 100111111 111111 10001

Color Harmonies of #471036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471036

Black with #471036

Text Example


Text Example

White with #471036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471036; }

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

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

background-color css

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

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

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

border-color css

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

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

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