Html Css Color HEX #471935 Blackberry

📋 copy color: '#471935'

red 71 ◦ green 25 ◦ blue 53

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

Shades of Blackberry #471935

Tints of Blackberry #471935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

 BLUE value IS 53 (21.09% from 255) = 35.57%

R = 47.65%
G = 16.78%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#471935 (or 0x471935) is known color: Blackberry. HEX triplet: 47, 19 and 35. RGB value is (71,25,53). Sum of RGB (Red+Green+Blue) = 71+25+53=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #471935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471935 is #B8E6CA. Grayscale: #292929. Windows color (decimal): -12117707 or 3479879. OLE color: 3479879.

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

Color convert

RGB 71 25 53 -
CMYK 0 0.65 0.25 0.72
HSL 323.48º 0.48% 0.19% -
HSV(B) 323.48º 0.65% 0.28% -
XYZ 3.59 2.29 3.62 -
YUV 41.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 71 25 53 0 0.65 0.25 0.72 323.48 0.48 0.19
Hex 47 19 35 0 41 19 48 143 30 13
Octal 107 31 65 0 101 31 110 503 60 23
Binary 1000111 11001 110101 0 1000001 11001 1001000 101000011 110000 10011

Color Harmonies of #471935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471935

Black with #471935

Text Example


Text Example

White with #471935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471935; }

 p { color: rgb(71,25,53); }

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

background-color css

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

 a { background-color: rgb(71,25,53); }

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

border-color css

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

 span { border-color: rgb(71,25,53); }

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