Html Css Color HEX #470127 Blackberry

📋 copy color: '#470127'

red 71 ◦ green 1 ◦ blue 39

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

Shades of Blackberry #470127

Tints of Blackberry #470127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 35.14%

R = 63.96%
G = 0.9%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#470127 (or 0x470127) is known color: Blackberry. HEX triplet: 47, 01 and 27. RGB value is (71,1,39). Sum of RGB (Red+Green+Blue) = 71+1+39=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470127 is #B8FED8. Grayscale: #1A1A1A. Windows color (decimal): -12123865 or 2556231. OLE color: 2556231.

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

Color convert

RGB 71 1 39 -
CMYK 0 0.99 0.45 0.72
HSL 327.43º 0.97% 0.14% -
HSV(B) 327.43º 0.99% 0.28% -
XYZ 2.98 1.51 2.05 -
YUV 26.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 71 1 39 0 0.99 0.45 0.72 327.43 0.97 0.14
Hex 47 1 27 0 63 2D 48 147 61 E
Octal 107 1 47 0 143 55 110 507 141 16
Binary 1000111 1 100111 0 1100011 101101 1001000 101000111 1100001 1110

Color Harmonies of #470127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470127

Black with #470127

Text Example


Text Example

White with #470127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470127; }

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

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

background-color css

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

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

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

border-color css

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

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

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