Html Css Color HEX #470A2D Blackberry

📋 copy color: '#470A2D'

red 71 ◦ green 10 ◦ blue 45

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

Shades of Blackberry #470A2D

Tints of Blackberry #470A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 35.71%

R = 56.35%
G = 7.94%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#470A2D (or 0x470A2D) is known color: Blackberry. HEX triplet: 47, 0A and 2D. RGB value is (71,10,45). Sum of RGB (Red+Green+Blue) = 71+10+45=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #470A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A2D is #B8F5D2. Grayscale: #202020. Windows color (decimal): -12121555 or 2951751. OLE color: 2951751.

HSL color Cylindrical-coordinate representation of color #470A2D: hue angle of 325.57º 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 #470A2D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 10 45 -
CMYK 0 0.86 0.37 0.72
HSL 325.57º 0.75% 0.16% -
HSV(B) 325.57º 0.86% 0.28% -
XYZ 3.18 1.75 2.65 -
YUV 32.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 71 10 45 0 0.86 0.37 0.72 325.57 0.75 0.16
Hex 47 A 2D 0 56 25 48 146 4B 10
Octal 107 12 55 0 126 45 110 506 113 20
Binary 1000111 1010 101101 0 1010110 100101 1001000 101000110 1001011 10000

Color Harmonies of #470A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A2D

Black with #470A2D

Text Example


Text Example

White with #470A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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