Html Css Color HEX #470129 Blackberry

📋 copy color: '#470129'

red 71 ◦ green 1 ◦ blue 41

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

Shades of Blackberry #470129

Tints of Blackberry #470129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 62.83%
G = 0.88%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#470129 (or 0x470129) is known color: Blackberry. HEX triplet: 47, 01 and 29. RGB value is (71,1,41). Sum of RGB (Red+Green+Blue) = 71+1+41=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470129 is #B8FED6. Grayscale: #1A1A1A. Windows color (decimal): -12123863 or 2687303. OLE color: 2687303.

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

Color convert

RGB 71 1 41 -
CMYK 0 0.99 0.42 0.72
HSL 325.71º 0.97% 0.14% -
HSV(B) 325.71º 0.99% 0.28% -
XYZ 3.01 1.52 2.23 -
YUV 26.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 71 1 41 0 0.99 0.42 0.72 325.71 0.97 0.14
Hex 47 1 29 0 63 2A 48 146 61 E
Octal 107 1 51 0 143 52 110 506 141 16
Binary 1000111 1 101001 0 1100011 101010 1001000 101000110 1100001 1110

Color Harmonies of #470129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470129

Black with #470129

Text Example


Text Example

White with #470129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470129; }

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

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

background-color css

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

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

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

border-color css

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

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

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