Html Css Color HEX #470A33 Blackberry

📋 copy color: '#470A33'

red 71 ◦ green 10 ◦ blue 51

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

Shades of Blackberry #470A33

Tints of Blackberry #470A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.58%

 BLUE value IS 51 (20.31% from 255) = 38.64%

R = 53.79%
G = 7.58%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#470A33 (or 0x470A33) is known color: Blackberry. HEX triplet: 47, 0A and 33. RGB value is (71,10,51). Sum of RGB (Red+Green+Blue) = 71+10+51=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #470A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A33 is #B8F5CC. Grayscale: #202020. Windows color (decimal): -12121549 or 3344967. OLE color: 3344967.

HSL color Cylindrical-coordinate representation of color #470A33: hue angle of 319.67º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A33 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 10 51 -
CMYK 0 0.86 0.28 0.72
HSL 319.67º 0.75% 0.16% -
HSV(B) 319.67º 0.86% 0.28% -
XYZ 3.3 1.8 3.3 -
YUV 32.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 71 10 51 0 0.86 0.28 0.72 319.67 0.75 0.16
Hex 47 A 33 0 56 1C 48 140 4B 10
Octal 107 12 63 0 126 34 110 500 113 20
Binary 1000111 1010 110011 0 1010110 11100 1001000 101000000 1001011 10000

Color Harmonies of #470A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A33

Black with #470A33

Text Example


Text Example

White with #470A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470A33; }

 p { color: rgb(71,10,51); }

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

background-color css

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

 a { background-color: rgb(71,10,51); }

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

border-color css

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

 span { border-color: rgb(71,10,51); }

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