Html Css Color HEX #47053D Blackberry

📋 copy color: '#47053D'

red 71 ◦ green 5 ◦ blue 61

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

Shades of Blackberry #47053D

Tints of Blackberry #47053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

 BLUE value IS 61 (24.22% from 255) = 44.53%

R = 51.82%
G = 3.65%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47053D (or 0x47053D) is known color: Blackberry. HEX triplet: 47, 05 and 3D. RGB value is (71,5,61). Sum of RGB (Red+Green+Blue) = 71+5+61=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47053D is #B8FAC2. Grayscale: #1E1E1E. Windows color (decimal): -12122819 or 3999047. OLE color: 3999047.

HSL color Cylindrical-coordinate representation of color #47053D: hue angle of 309.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47053D is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 61 -
CMYK 0 0.93 0.14 0.72
HSL 309.09º 0.87% 0.15% -
HSV(B) 309.09º 0.93% 0.28% -
XYZ 3.5 1.79 4.58 -
YUV 31.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 71 5 61 0 0.93 0.14 0.72 309.09 0.87 0.15
Hex 47 5 3D 0 5D E 48 135 57 F
Octal 107 5 75 0 135 16 110 465 127 17
Binary 1000111 101 111101 0 1011101 1110 1001000 100110101 1010111 1111

Color Harmonies of #47053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47053D

Black with #47053D

Text Example


Text Example

White with #47053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47053D; }

 p { color: rgb(71,5,61); }

 H1.HeaderClassName
 {
   color: #47053D;
 }
 .AnyTagClassName
 {
   color: #47053D;
 }
</style>

background-color css

<style>
 a { background-color: #47053D; }

 a { background-color: rgb(71,5,61); }

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

border-color css

<style>
 span { border-color: #47053D; }

 span { border-color: rgb(71,5,61); }

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