Html Css Color HEX #47063A Blackberry

📋 copy color: '#47063A'

red 71 ◦ green 6 ◦ blue 58

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

Shades of Blackberry #47063A

Tints of Blackberry #47063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.44%

 BLUE value IS 58 (23.05% from 255) = 42.96%

R = 52.59%
G = 4.44%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47063A (or 0x47063A) is known color: Blackberry. HEX triplet: 47, 06 and 3A. RGB value is (71,6,58). Sum of RGB (Red+Green+Blue) = 71+6+58=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47063A is #B8F9C5. Grayscale: #1F1F1F. Windows color (decimal): -12122566 or 3802695. OLE color: 3802695.

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

Color convert

RGB 71 6 58 -
CMYK 0 0.92 0.18 0.72
HSL 312º 0.84% 0.15% -
HSV(B) 312º 0.92% 0.28% -
XYZ 3.43 1.78 4.17 -
YUV 31.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 71 6 58 0 0.92 0.18 0.72 312 0.84 0.15
Hex 47 6 3A 0 5C 12 48 138 54 F
Octal 107 6 72 0 134 22 110 470 124 17
Binary 1000111 110 111010 0 1011100 10010 1001000 100111000 1010100 1111

Color Harmonies of #47063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47063A

Black with #47063A

Text Example


Text Example

White with #47063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47063A; }

 p { color: rgb(71,6,58); }

 H1.HeaderClassName
 {
   color: #47063A;
 }
 .AnyTagClassName
 {
   color: #47063A;
 }
</style>

background-color css

<style>
 a { background-color: #47063A; }

 a { background-color: rgb(71,6,58); }

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

border-color css

<style>
 span { border-color: #47063A; }

 span { border-color: rgb(71,6,58); }

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