Html Css Color HEX #470036 Blackberry

📋 copy color: '#470036'

red 71 ◦ green 0 ◦ blue 54

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

Shades of Blackberry #470036

Tints of Blackberry #470036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 43.2%

R = 56.8%
G = 0%
B = 43.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#470036 (or 0x470036) is known color: Blackberry. HEX triplet: 47, 00 and 36. RGB value is (71,0,54). Sum of RGB (Red+Green+Blue) = 71+0+54=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #470036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470036 is #B8FFC9. Grayscale: #1B1B1B. Windows color (decimal): -12124106 or 3539015. OLE color: 3539015.

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

Color convert

RGB 71 0 54 -
CMYK 0 1 0.24 0.72
HSL 314.37º 1% 0.14% -
HSV(B) 314.37º 1% 0.28% -
XYZ 3.26 1.61 3.63 -
YUV 27.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 71 0 54 0 1 0.24 0.72 314.37 1 0.14
Hex 47 0 36 0 64 18 48 13A 64 E
Octal 107 0 66 0 144 30 110 472 144 16
Binary 1000111 0 110110 0 1100100 11000 1001000 100111010 1100100 1110

Color Harmonies of #470036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470036

Black with #470036

Text Example


Text Example

White with #470036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470036; }

 p { color: rgb(71,0,54); }

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

background-color css

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

 a { background-color: rgb(71,0,54); }

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

border-color css

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

 span { border-color: rgb(71,0,54); }

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