Html Css Color HEX #471D3A Blackberry

📋 copy color: '#471D3A'

red 71 ◦ green 29 ◦ blue 58

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

Shades of Blackberry #471D3A

Tints of Blackberry #471D3A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.35%

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

R = 44.94%
G = 18.35%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#471D3A (or 0x471D3A) is known color: Blackberry. HEX triplet: 47, 1D and 3A. RGB value is (71,29,58). Sum of RGB (Red+Green+Blue) = 71+29+58=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D3A is #B8E2C5. Grayscale: #2C2C2C. Windows color (decimal): -12116678 or 3808583. OLE color: 3808583.

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

Color convert

RGB 71 29 58 -
CMYK 0 0.59 0.18 0.72
HSL 318.57º 0.42% 0.2% -
HSV(B) 318.57º 0.59% 0.28% -
XYZ 3.8 2.52 4.29 -
YUV 44.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 71 29 58 0 0.59 0.18 0.72 318.57 0.42 0.2
Hex 47 1D 3A 0 3B 12 48 13F 2A 14
Octal 107 35 72 0 73 22 110 477 52 24
Binary 1000111 11101 111010 0 111011 10010 1001000 100111111 101010 10100

Color Harmonies of #471D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D3A

Black with #471D3A

Text Example


Text Example

White with #471D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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