Html Css Color HEX #471735 Blackberry

📋 copy color: '#471735'

red 71 ◦ green 23 ◦ blue 53

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

Shades of Blackberry #471735

Tints of Blackberry #471735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

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

R = 48.3%
G = 15.65%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#471735 (or 0x471735) is known color: Blackberry. HEX triplet: 47, 17 and 35. RGB value is (71,23,53). Sum of RGB (Red+Green+Blue) = 71+23+53=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #471735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471735 is #B8E8CA. Grayscale: #282828. Windows color (decimal): -12118219 or 3479367. OLE color: 3479367.

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

Color convert

RGB 71 23 53 -
CMYK 0 0.68 0.25 0.72
HSL 322.5º 0.51% 0.18% -
HSV(B) 322.5º 0.68% 0.28% -
XYZ 3.55 2.21 3.61 -
YUV 40.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 71 23 53 0 0.68 0.25 0.72 322.5 0.51 0.18
Hex 47 17 35 0 44 19 48 142 33 12
Octal 107 27 65 0 104 31 110 502 63 22
Binary 1000111 10111 110101 0 1000100 11001 1001000 101000010 110011 10010

Color Harmonies of #471735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471735

Black with #471735

Text Example


Text Example

White with #471735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471735; }

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

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

background-color css

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

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

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

border-color css

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

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

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