Html Css Color HEX #47052C Blackberry

📋 copy color: '#47052C'

red 71 ◦ green 5 ◦ blue 44

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

Shades of Blackberry #47052C

Tints of Blackberry #47052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.67%

R = 59.17%
G = 4.17%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47052C (or 0x47052C) is known color: Blackberry. HEX triplet: 47, 05 and 2C. RGB value is (71,5,44). Sum of RGB (Red+Green+Blue) = 71+5+44=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47052C is #B8FAD3. Grayscale: #1D1D1D. Windows color (decimal): -12122836 or 2884935. OLE color: 2884935.

HSL color Cylindrical-coordinate representation of color #47052C: hue angle of 324.55º 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 #47052C is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 44 -
CMYK 0 0.93 0.38 0.72
HSL 324.55º 0.87% 0.15% -
HSV(B) 324.55º 0.93% 0.28% -
XYZ 3.11 1.63 2.53 -
YUV 29.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 71 5 44 0 0.93 0.38 0.72 324.55 0.87 0.15
Hex 47 5 2C 0 5D 26 48 145 57 F
Octal 107 5 54 0 135 46 110 505 127 17
Binary 1000111 101 101100 0 1011101 100110 1001000 101000101 1010111 1111

Color Harmonies of #47052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47052C

Black with #47052C

Text Example


Text Example

White with #47052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47052C; }

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

 H1.HeaderClassName
 {
   color: #47052C;
 }
 .AnyTagClassName
 {
   color: #47052C;
 }
</style>

background-color css

<style>
 a { background-color: #47052C; }

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

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

border-color css

<style>
 span { border-color: #47052C; }

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

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