Html Css Color HEX #471F32 Blackberry

📋 copy color: '#471F32'

red 71 ◦ green 31 ◦ blue 50

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

Shades of Blackberry #471F32

Tints of Blackberry #471F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.39%

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 46.71%
G = 20.39%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#471F32 (or 0x471F32) is known color: Blackberry. HEX triplet: 47, 1F and 32. RGB value is (71,31,50). Sum of RGB (Red+Green+Blue) = 71+31+50=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #471F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F32 is #B8E0CD. Grayscale: #2D2D2D. Windows color (decimal): -12116174 or 3284807. OLE color: 3284807.

HSL color Cylindrical-coordinate representation of color #471F32: hue angle of 331.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #471F32 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 50 -
CMYK 0 0.56 0.30 0.72
HSL 331.5º 0.39% 0.2% -
HSV(B) 331.5º 0.56% 0.28% -
XYZ 3.66 2.55 3.32 -
YUV 45.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 71 31 50 0 0.56 0.30 0.72 331.5 0.39 0.2
Hex 47 1F 32 0 38 1E 48 14C 27 14
Octal 107 37 62 0 70 36 110 514 47 24
Binary 1000111 11111 110010 0 111000 11110 1001000 101001100 100111 10100

Color Harmonies of #471F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F32

Black with #471F32

Text Example


Text Example

White with #471F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F32; }

 p { color: rgb(71,31,50); }

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

background-color css

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

 a { background-color: rgb(71,31,50); }

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

border-color css

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

 span { border-color: rgb(71,31,50); }

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