Html Css Color HEX #47062E Blackberry

📋 copy color: '#47062E'

red 71 ◦ green 6 ◦ blue 46

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

Shades of Blackberry #47062E

Tints of Blackberry #47062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.88%

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

R = 57.72%
G = 4.88%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47062E (or 0x47062E) is known color: Blackberry. HEX triplet: 47, 06 and 2E. RGB value is (71,6,46). Sum of RGB (Red+Green+Blue) = 71+6+46=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47062E is #B8F9D1. Grayscale: #1D1D1D. Windows color (decimal): -12122578 or 3016263. OLE color: 3016263.

HSL color Cylindrical-coordinate representation of color #47062E: hue angle of 323.08º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47062E is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 6 46 -
CMYK 0 0.92 0.35 0.72
HSL 323.08º 0.84% 0.15% -
HSV(B) 323.08º 0.92% 0.28% -
XYZ 3.16 1.67 2.74 -
YUV 30 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 71 6 46 0 0.92 0.35 0.72 323.08 0.84 0.15
Hex 47 6 2E 0 5C 23 48 143 54 F
Octal 107 6 56 0 134 43 110 503 124 17
Binary 1000111 110 101110 0 1011100 100011 1001000 101000011 1010100 1111

Color Harmonies of #47062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47062E

Black with #47062E

Text Example


Text Example

White with #47062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47062E; }

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

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

background-color css

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

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

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

border-color css

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

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

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