Html Css Color HEX #471629 Blackberry

📋 copy color: '#471629'

red 71 ◦ green 22 ◦ blue 41

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

Shades of Blackberry #471629

Tints of Blackberry #471629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

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

R = 52.99%
G = 16.42%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#471629 (or 0x471629) is known color: Blackberry. HEX triplet: 47, 16 and 29. RGB value is (71,22,41). Sum of RGB (Red+Green+Blue) = 71+22+41=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471629 is #B8E9D6. Grayscale: #262626. Windows color (decimal): -12118487 or 2692679. OLE color: 2692679.

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

Color convert

RGB 71 22 41 -
CMYK 0 0.69 0.42 0.72
HSL 336.73º 0.53% 0.18% -
HSV(B) 336.73º 0.69% 0.28% -
XYZ 3.29 2.07 2.32 -
YUV 38.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 71 22 41 0 0.69 0.42 0.72 336.73 0.53 0.18
Hex 47 16 29 0 45 2A 48 151 35 12
Octal 107 26 51 0 105 52 110 521 65 22
Binary 1000111 10110 101001 0 1000101 101010 1001000 101010001 110101 10010

Color Harmonies of #471629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471629

Black with #471629

Text Example


Text Example

White with #471629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471629; }

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

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

background-color css

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

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

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

border-color css

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

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

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