Html Css Color HEX #471A35 Blackberry

📋 copy color: '#471A35'

red 71 ◦ green 26 ◦ blue 53

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

Shades of Blackberry #471A35

Tints of Blackberry #471A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.33%

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

R = 47.33%
G = 17.33%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#471A35 (or 0x471A35) is known color: Blackberry. HEX triplet: 47, 1A and 35. RGB value is (71,26,53). Sum of RGB (Red+Green+Blue) = 71+26+53=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #471A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A35 is #B8E5CA. Grayscale: #2A2A2A. Windows color (decimal): -12117451 or 3480135. OLE color: 3480135.

HSL color Cylindrical-coordinate representation of color #471A35: hue angle of 324º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A35 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 53 -
CMYK 0 0.63 0.25 0.72
HSL 324º 0.46% 0.19% -
HSV(B) 324º 0.63% 0.28% -
XYZ 3.61 2.34 3.63 -
YUV 42.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 71 26 53 0 0.63 0.25 0.72 324 0.46 0.19
Hex 47 1A 35 0 3F 19 48 144 2E 13
Octal 107 32 65 0 77 31 110 504 56 23
Binary 1000111 11010 110101 0 111111 11001 1001000 101000100 101110 10011

Color Harmonies of #471A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A35

Black with #471A35

Text Example


Text Example

White with #471A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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