Html Css Color HEX #47043E Blackberry

📋 copy color: '#47043E'

red 71 ◦ green 4 ◦ blue 62

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

Shades of Blackberry #47043E

Tints of Blackberry #47043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 62 (24.61% from 255) = 45.26%

R = 51.82%
G = 2.92%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47043E (or 0x47043E) is known color: Blackberry. HEX triplet: 47, 04 and 3E. RGB value is (71,4,62). Sum of RGB (Red+Green+Blue) = 71+4+62=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47043E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47043E is #B8FBC1. Grayscale: #1E1E1E. Windows color (decimal): -12123074 or 4064327. OLE color: 4064327.

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

Color convert

RGB 71 4 62 -
CMYK 0 0.94 0.13 0.72
HSL 308.06º 0.89% 0.15% -
HSV(B) 308.06º 0.94% 0.28% -
XYZ 3.51 1.77 4.71 -
YUV 30.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 71 4 62 0 0.94 0.13 0.72 308.06 0.89 0.15
Hex 47 4 3E 0 5E D 48 134 59 F
Octal 107 4 76 0 136 15 110 464 131 17
Binary 1000111 100 111110 0 1011110 1101 1001000 100110100 1011001 1111

Color Harmonies of #47043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47043E

Black with #47043E

Text Example


Text Example

White with #47043E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,4,62); }

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

background-color css

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

 a { background-color: rgb(71,4,62); }

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

border-color css

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

 span { border-color: rgb(71,4,62); }

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