Html Css Color HEX #470F2E Blackberry

📋 copy color: '#470F2E'

red 71 ◦ green 15 ◦ blue 46

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

Shades of Blackberry #470F2E

Tints of Blackberry #470F2E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.36%

 BLUE value IS 46 (18.36% from 255) = 34.85%

R = 53.79%
G = 11.36%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#470F2E (or 0x470F2E) is known color: Blackberry. HEX triplet: 47, 0F and 2E. RGB value is (71,15,46). Sum of RGB (Red+Green+Blue) = 71+15+46=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #470F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F2E is #B8F0D1. Grayscale: #232323. Windows color (decimal): -12120274 or 3018567. OLE color: 3018567.

HSL color Cylindrical-coordinate representation of color #470F2E: hue angle of 326.79º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F2E is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 15 46 -
CMYK 0 0.79 0.35 0.72
HSL 326.79º 0.65% 0.17% -
HSV(B) 326.79º 0.79% 0.28% -
XYZ 3.26 1.88 2.78 -
YUV 35.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 71 15 46 0 0.79 0.35 0.72 326.79 0.65 0.17
Hex 47 F 2E 0 4F 23 48 147 41 11
Octal 107 17 56 0 117 43 110 507 101 21
Binary 1000111 1111 101110 0 1001111 100011 1001000 101000111 1000001 10001

Color Harmonies of #470F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F2E

Black with #470F2E

Text Example


Text Example

White with #470F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,46); }

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

background-color css

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

 a { background-color: rgb(71,15,46); }

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

border-color css

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

 span { border-color: rgb(71,15,46); }

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