Html Css Color HEX #471F3B Blackberry

📋 copy color: '#471F3B'

red 71 ◦ green 31 ◦ blue 59

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

Shades of Blackberry #471F3B

Tints of Blackberry #471F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.65%

R = 44.1%
G = 19.25%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#471F3B (or 0x471F3B) is known color: Blackberry. HEX triplet: 47, 1F and 3B. RGB value is (71,31,59). Sum of RGB (Red+Green+Blue) = 71+31+59=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #471F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F3B is #B8E0C4. Grayscale: #2E2E2E. Windows color (decimal): -12116165 or 3874631. OLE color: 3874631.

HSL color Cylindrical-coordinate representation of color #471F3B: hue angle of 318º 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 #471F3B is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 59 -
CMYK 0 0.56 0.17 0.72
HSL 318º 0.39% 0.2% -
HSV(B) 318º 0.56% 0.28% -
XYZ 3.88 2.64 4.44 -
YUV 46.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 71 31 59 0 0.56 0.17 0.72 318 0.39 0.2
Hex 47 1F 3B 0 38 11 48 13E 27 14
Octal 107 37 73 0 70 21 110 476 47 24
Binary 1000111 11111 111011 0 111000 10001 1001000 100111110 100111 10100

Color Harmonies of #471F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F3B

Black with #471F3B

Text Example


Text Example

White with #471F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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