Html Css Color HEX #471F3A Blackberry

📋 copy color: '#471F3A'

red 71 ◦ green 31 ◦ blue 58

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

Shades of Blackberry #471F3A

Tints of Blackberry #471F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 44.38%
G = 19.38%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#471F3A (or 0x471F3A) is known color: Blackberry. HEX triplet: 47, 1F and 3A. RGB value is (71,31,58). Sum of RGB (Red+Green+Blue) = 71+31+58=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #471F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F3A is #B8E0C5. Grayscale: #2D2D2D. Windows color (decimal): -12116166 or 3809095. OLE color: 3809095.

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

Color convert

RGB 71 31 58 -
CMYK 0 0.56 0.18 0.72
HSL 319.5º 0.39% 0.2% -
HSV(B) 319.5º 0.56% 0.28% -
XYZ 3.85 2.63 4.31 -
YUV 46.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 71 31 58 0 0.56 0.18 0.72 319.5 0.39 0.2
Hex 47 1F 3A 0 38 12 48 140 27 14
Octal 107 37 72 0 70 22 110 500 47 24
Binary 1000111 11111 111010 0 111000 10010 1001000 101000000 100111 10100

Color Harmonies of #471F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F3A

Black with #471F3A

Text Example


Text Example

White with #471F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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