Html Css Color HEX #47032E Blackberry

📋 copy color: '#47032E'

red 71 ◦ green 3 ◦ blue 46

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

Shades of Blackberry #47032E

Tints of Blackberry #47032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

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

R = 59.17%
G = 2.5%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47032E (or 0x47032E) is known color: Blackberry. HEX triplet: 47, 03 and 2E. RGB value is (71,3,46). Sum of RGB (Red+Green+Blue) = 71+3+46=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47032E is #B8FCD1. Grayscale: #1C1C1C. Windows color (decimal): -12123346 or 3015495. OLE color: 3015495.

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

Color convert

RGB 71 3 46 -
CMYK 0 0.96 0.35 0.72
HSL 322.06º 0.92% 0.15% -
HSV(B) 322.06º 0.96% 0.28% -
XYZ 3.12 1.6 2.73 -
YUV 28.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 71 3 46 0 0.96 0.35 0.72 322.06 0.92 0.15
Hex 47 3 2E 0 60 23 48 142 5C F
Octal 107 3 56 0 140 43 110 502 134 17
Binary 1000111 11 101110 0 1100000 100011 1001000 101000010 1011100 1111

Color Harmonies of #47032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47032E

Black with #47032E

Text Example


Text Example

White with #47032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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