Html Css Color HEX #471D35 Blackberry

📋 copy color: '#471D35'

red 71 ◦ green 29 ◦ blue 53

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

Shades of Blackberry #471D35

Tints of Blackberry #471D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.64%

R = 46.41%
G = 18.95%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#471D35 (or 0x471D35) is known color: Blackberry. HEX triplet: 47, 1D and 35. RGB value is (71,29,53). Sum of RGB (Red+Green+Blue) = 71+29+53=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #471D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D35 is #B8E2CA. Grayscale: #2C2C2C. Windows color (decimal): -12116683 or 3480903. OLE color: 3480903.

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

Color convert

RGB 71 29 53 -
CMYK 0 0.59 0.25 0.72
HSL 325.71º 0.42% 0.2% -
HSV(B) 325.71º 0.59% 0.28% -
XYZ 3.68 2.48 3.65 -
YUV 44.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 71 29 53 0 0.59 0.25 0.72 325.71 0.42 0.2
Hex 47 1D 35 0 3B 19 48 146 2A 14
Octal 107 35 65 0 73 31 110 506 52 24
Binary 1000111 11101 110101 0 111011 11001 1001000 101000110 101010 10100

Color Harmonies of #471D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D35

Black with #471D35

Text Example


Text Example

White with #471D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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