Html Css Color HEX #470029 Blackberry

📋 copy color: '#470029'

red 71 ◦ green 0 ◦ blue 41

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

Shades of Blackberry #470029

Tints of Blackberry #470029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.39%
G = 0%
B = 36.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#470029 (or 0x470029) is known color: Blackberry. HEX triplet: 47, 00 and 29. RGB value is (71,0,41). Sum of RGB (Red+Green+Blue) = 71+0+41=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470029 is #B8FFD6. Grayscale: #191919. Windows color (decimal): -12124119 or 2687047. OLE color: 2687047.

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

Color convert

RGB 71 0 41 -
CMYK 0 1 0.42 0.72
HSL 325.35º 1% 0.14% -
HSV(B) 325.35º 1% 0.28% -
XYZ 3 1.5 2.23 -
YUV 25.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 71 0 41 0 1 0.42 0.72 325.35 1 0.14
Hex 47 0 29 0 64 2A 48 145 64 E
Octal 107 0 51 0 144 52 110 505 144 16
Binary 1000111 0 101001 0 1100100 101010 1001000 101000101 1100100 1110

Color Harmonies of #470029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470029

Black with #470029

Text Example


Text Example

White with #470029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470029; }

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

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

background-color css

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

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

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

border-color css

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

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

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