Html Css Color HEX #470035 Blackberry

📋 copy color: '#470035'

red 71 ◦ green 0 ◦ blue 53

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

Shades of Blackberry #470035

Tints of Blackberry #470035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 57.26%
G = 0%
B = 42.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#470035 (or 0x470035) is known color: Blackberry. HEX triplet: 47, 00 and 35. RGB value is (71,0,53). Sum of RGB (Red+Green+Blue) = 71+0+53=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #470035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470035 is #B8FFCA. Grayscale: #1B1B1B. Windows color (decimal): -12124107 or 3473479. OLE color: 3473479.

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

Color convert

RGB 71 0 53 -
CMYK 0 1 0.25 0.72
HSL 315.21º 1% 0.14% -
HSV(B) 315.21º 1% 0.28% -
XYZ 3.24 1.6 3.51 -
YUV 27.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 71 0 53 0 1 0.25 0.72 315.21 1 0.14
Hex 47 0 35 0 64 19 48 13B 64 E
Octal 107 0 65 0 144 31 110 473 144 16
Binary 1000111 0 110101 0 1100100 11001 1001000 100111011 1100100 1110

Color Harmonies of #470035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470035

Black with #470035

Text Example


Text Example

White with #470035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470035; }

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

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

background-color css

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

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

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

border-color css

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

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

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