Html Css Color HEX #471029 Blackberry

📋 copy color: '#471029'

red 71 ◦ green 16 ◦ blue 41

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

Shades of Blackberry #471029

Tints of Blackberry #471029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.5%

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

R = 55.47%
G = 12.5%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#471029 (or 0x471029) is known color: Blackberry. HEX triplet: 47, 10 and 29. RGB value is (71,16,41). Sum of RGB (Red+Green+Blue) = 71+16+41=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471029 is #B8EFD6. Grayscale: #232323. Windows color (decimal): -12120023 or 2691143. OLE color: 2691143.

HSL color Cylindrical-coordinate representation of color #471029: hue angle of 332.73º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471029 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 16 41 -
CMYK 0 0.77 0.42 0.72
HSL 332.73º 0.63% 0.17% -
HSV(B) 332.73º 0.77% 0.28% -
XYZ 3.18 1.87 2.29 -
YUV 35.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 71 16 41 0 0.77 0.42 0.72 332.73 0.63 0.17
Hex 47 10 29 0 4D 2A 48 14D 3F 11
Octal 107 20 51 0 115 52 110 515 77 21
Binary 1000111 10000 101001 0 1001101 101010 1001000 101001101 111111 10001

Color Harmonies of #471029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471029

Black with #471029

Text Example


Text Example

White with #471029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471029; }

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

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

background-color css

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

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

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

border-color css

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

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

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