Html Css Color HEX #470430 Blackberry

📋 copy color: '#470430'

red 71 ◦ green 4 ◦ blue 48

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

Shades of Blackberry #470430

Tints of Blackberry #470430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.25%

 BLUE value IS 48 (19.14% from 255) = 39.02%

R = 57.72%
G = 3.25%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#470430 (or 0x470430) is known color: Blackberry. HEX triplet: 47, 04 and 30. RGB value is (71,4,48). Sum of RGB (Red+Green+Blue) = 71+4+48=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #470430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470430 is #B8FBCF. Grayscale: #1C1C1C. Windows color (decimal): -12123088 or 3146823. OLE color: 3146823.

HSL color Cylindrical-coordinate representation of color #470430: hue angle of 320.6º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470430 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 4 48 -
CMYK 0 0.94 0.32 0.72
HSL 320.6º 0.89% 0.15% -
HSV(B) 320.6º 0.94% 0.28% -
XYZ 3.18 1.64 2.95 -
YUV 29.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 71 4 48 0 0.94 0.32 0.72 320.6 0.89 0.15
Hex 47 4 30 0 5E 20 48 141 59 F
Octal 107 4 60 0 136 40 110 501 131 17
Binary 1000111 100 110000 0 1011110 100000 1001000 101000001 1011001 1111

Color Harmonies of #470430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470430

Black with #470430

Text Example


Text Example

White with #470430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470430; }

 p { color: rgb(71,4,48); }

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

background-color css

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

 a { background-color: rgb(71,4,48); }

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

border-color css

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

 span { border-color: rgb(71,4,48); }

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