Html Css Color HEX #471529 Blackberry

📋 copy color: '#471529'

red 71 ◦ green 21 ◦ blue 41

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

Shades of Blackberry #471529

Tints of Blackberry #471529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 53.38%
G = 15.79%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#471529 (or 0x471529) is known color: Blackberry. HEX triplet: 47, 15 and 29. RGB value is (71,21,41). Sum of RGB (Red+Green+Blue) = 71+21+41=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #471529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471529 is #B8EAD6. Grayscale: #262626. Windows color (decimal): -12118743 or 2692423. OLE color: 2692423.

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

Color convert

RGB 71 21 41 -
CMYK 0 0.70 0.42 0.72
HSL 336º 0.54% 0.18% -
HSV(B) 336º 0.7% 0.28% -
XYZ 3.27 2.04 2.32 -
YUV 38.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 71 21 41 0 0.70 0.42 0.72 336 0.54 0.18
Hex 47 15 29 0 46 2A 48 150 36 12
Octal 107 25 51 0 106 52 110 520 66 22
Binary 1000111 10101 101001 0 1000110 101010 1001000 101010000 110110 10010

Color Harmonies of #471529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471529

Black with #471529

Text Example


Text Example

White with #471529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471529; }

 p { color: rgb(71,21,41); }

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

background-color css

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

 a { background-color: rgb(71,21,41); }

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

border-color css

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

 span { border-color: rgb(71,21,41); }

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