Html Css Color HEX #470128 Blackberry

📋 copy color: '#470128'

red 71 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #470128

Tints of Blackberry #470128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 35.71%

R = 63.39%
G = 0.89%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#470128 (or 0x470128) is known color: Blackberry. HEX triplet: 47, 01 and 28. RGB value is (71,1,40). Sum of RGB (Red+Green+Blue) = 71+1+40=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470128 is #B8FED7. Grayscale: #1A1A1A. Windows color (decimal): -12123864 or 2621767. OLE color: 2621767.

HSL color Cylindrical-coordinate representation of color #470128: hue angle of 326.57º 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 #470128 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 40 -
CMYK 0 0.99 0.44 0.72
HSL 326.57º 0.97% 0.14% -
HSV(B) 326.57º 0.99% 0.28% -
XYZ 2.99 1.51 2.14 -
YUV 26.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 71 1 40 0 0.99 0.44 0.72 326.57 0.97 0.14
Hex 47 1 28 0 63 2C 48 147 61 E
Octal 107 1 50 0 143 54 110 507 141 16
Binary 1000111 1 101000 0 1100011 101100 1001000 101000111 1100001 1110

Color Harmonies of #470128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470128

Black with #470128

Text Example


Text Example

White with #470128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470128; }

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

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

background-color css

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

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

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

border-color css

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

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

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