Html Css Color HEX #471D34 Blackberry

📋 copy color: '#471D34'

red 71 ◦ green 29 ◦ blue 52

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

Shades of Blackberry #471D34

Tints of Blackberry #471D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 34.21%

R = 46.71%
G = 19.08%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#471D34 (or 0x471D34) is known color: Blackberry. HEX triplet: 47, 1D and 34. RGB value is (71,29,52). Sum of RGB (Red+Green+Blue) = 71+29+52=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #471D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D34 is #B8E2CB. Grayscale: #2C2C2C. Windows color (decimal): -12116684 or 3415367. OLE color: 3415367.

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

Color convert

RGB 71 29 52 -
CMYK 0 0.59 0.27 0.72
HSL 327.14º 0.42% 0.2% -
HSV(B) 327.14º 0.59% 0.28% -
XYZ 3.66 2.47 3.53 -
YUV 44.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 71 29 52 0 0.59 0.27 0.72 327.14 0.42 0.2
Hex 47 1D 34 0 3B 1B 48 147 2A 14
Octal 107 35 64 0 73 33 110 507 52 24
Binary 1000111 11101 110100 0 111011 11011 1001000 101000111 101010 10100

Color Harmonies of #471D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D34

Black with #471D34

Text Example


Text Example

White with #471D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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