Html Css Color HEX #470D2F Blackberry

📋 copy color: '#470D2F'

red 71 ◦ green 13 ◦ blue 47

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

Shades of Blackberry #470D2F

Tints of Blackberry #470D2F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.92%

 BLUE value IS 47 (18.75% from 255) = 35.88%

R = 54.2%
G = 9.92%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#470D2F (or 0x470D2F) is known color: Blackberry. HEX triplet: 47, 0D and 2F. RGB value is (71,13,47). Sum of RGB (Red+Green+Blue) = 71+13+47=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #470D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D2F is #B8F2D0. Grayscale: #222222. Windows color (decimal): -12120785 or 3083591. OLE color: 3083591.

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

Color convert

RGB 71 13 47 -
CMYK 0 0.82 0.34 0.72
HSL 324.83º 0.69% 0.16% -
HSV(B) 324.83º 0.82% 0.28% -
XYZ 3.26 1.83 2.87 -
YUV 34.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 71 13 47 0 0.82 0.34 0.72 324.83 0.69 0.16
Hex 47 D 2F 0 52 22 48 145 45 10
Octal 107 15 57 0 122 42 110 505 105 20
Binary 1000111 1101 101111 0 1010010 100010 1001000 101000101 1000101 10000

Color Harmonies of #470D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D2F

Black with #470D2F

Text Example


Text Example

White with #470D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,13,47); }

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

background-color css

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

 a { background-color: rgb(71,13,47); }

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

border-color css

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

 span { border-color: rgb(71,13,47); }

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