Html Css Color HEX #470138 Blackberry

📋 copy color: '#470138'

red 71 ◦ green 1 ◦ blue 56

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

Shades of Blackberry #470138

Tints of Blackberry #470138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.75%

R = 55.47%
G = 0.78%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#470138 (or 0x470138) is known color: Blackberry. HEX triplet: 47, 01 and 38. RGB value is (71,1,56). Sum of RGB (Red+Green+Blue) = 71+1+56=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470138 is #B8FEC7. Grayscale: #1C1C1C. Windows color (decimal): -12123848 or 3670343. OLE color: 3670343.

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

Color convert

RGB 71 1 56 -
CMYK 0 0.99 0.21 0.72
HSL 312.86º 0.97% 0.14% -
HSV(B) 312.86º 0.99% 0.28% -
XYZ 3.32 1.65 3.88 -
YUV 28.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 71 1 56 0 0.99 0.21 0.72 312.86 0.97 0.14
Hex 47 1 38 0 63 15 48 139 61 E
Octal 107 1 70 0 143 25 110 471 141 16
Binary 1000111 1 111000 0 1100011 10101 1001000 100111001 1100001 1110

Color Harmonies of #470138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470138

Black with #470138

Text Example


Text Example

White with #470138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470138; }

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

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

background-color css

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

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

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

border-color css

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

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

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