Html Css Color HEX #471535 Blackberry

📋 copy color: '#471535'

red 71 ◦ green 21 ◦ blue 53

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

Shades of Blackberry #471535

Tints of Blackberry #471535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.48%

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

R = 48.97%
G = 14.48%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#471535 (or 0x471535) is known color: Blackberry. HEX triplet: 47, 15 and 35. RGB value is (71,21,53). Sum of RGB (Red+Green+Blue) = 71+21+53=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471535 is #B8EACA. Grayscale: #272727. Windows color (decimal): -12118731 or 3478855. OLE color: 3478855.

HSL color Cylindrical-coordinate representation of color #471535: hue angle of 321.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471535 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 53 -
CMYK 0 0.70 0.25 0.72
HSL 321.6º 0.54% 0.18% -
HSV(B) 321.6º 0.7% 0.28% -
XYZ 3.51 2.13 3.59 -
YUV 39.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 71 21 53 0 0.70 0.25 0.72 321.6 0.54 0.18
Hex 47 15 35 0 46 19 48 142 36 12
Octal 107 25 65 0 106 31 110 502 66 22
Binary 1000111 10101 110101 0 1000110 11001 1001000 101000010 110110 10010

Color Harmonies of #471535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471535

Black with #471535

Text Example


Text Example

White with #471535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471535; }

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

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

background-color css

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

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

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

border-color css

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

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

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