Html Css Color HEX #470429 Blackberry

📋 copy color: '#470429'

red 71 ◦ green 4 ◦ blue 41

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

Shades of Blackberry #470429

Tints of Blackberry #470429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.45%

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

R = 61.21%
G = 3.45%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#470429 (or 0x470429) is known color: Blackberry. HEX triplet: 47, 04 and 29. RGB value is (71,4,41). Sum of RGB (Red+Green+Blue) = 71+4+41=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #470429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470429 is #B8FBD6. Grayscale: #1C1C1C. Windows color (decimal): -12123095 or 2688071. OLE color: 2688071.

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

Color convert

RGB 71 4 41 -
CMYK 0 0.94 0.42 0.72
HSL 326.87º 0.89% 0.15% -
HSV(B) 326.87º 0.94% 0.28% -
XYZ 3.04 1.59 2.24 -
YUV 28.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 71 4 41 0 0.94 0.42 0.72 326.87 0.89 0.15
Hex 47 4 29 0 5E 2A 48 147 59 F
Octal 107 4 51 0 136 52 110 507 131 17
Binary 1000111 100 101001 0 1011110 101010 1001000 101000111 1011001 1111

Color Harmonies of #470429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470429

Black with #470429

Text Example


Text Example

White with #470429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470429; }

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

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

background-color css

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

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

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

border-color css

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

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

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