Html Css Color HEX #47043B Blackberry

📋 copy color: '#47043B'

red 71 ◦ green 4 ◦ blue 59

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

Shades of Blackberry #47043B

Tints of Blackberry #47043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 44.03%

R = 52.99%
G = 2.99%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47043B (or 0x47043B) is known color: Blackberry. HEX triplet: 47, 04 and 3B. RGB value is (71,4,59). Sum of RGB (Red+Green+Blue) = 71+4+59=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47043B is #B8FBC4. Grayscale: #1E1E1E. Windows color (decimal): -12123077 or 3867719. OLE color: 3867719.

HSL color Cylindrical-coordinate representation of color #47043B: hue angle of 310.75º 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 #47043B is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 4 59 -
CMYK 0 0.94 0.17 0.72
HSL 310.75º 0.89% 0.15% -
HSV(B) 310.75º 0.94% 0.28% -
XYZ 3.43 1.74 4.29 -
YUV 30.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 71 4 59 0 0.94 0.17 0.72 310.75 0.89 0.15
Hex 47 4 3B 0 5E 11 48 137 59 F
Octal 107 4 73 0 136 21 110 467 131 17
Binary 1000111 100 111011 0 1011110 10001 1001000 100110111 1011001 1111

Color Harmonies of #47043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47043B

Black with #47043B

Text Example


Text Example

White with #47043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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