Html Css Color HEX #47083A Blackberry

📋 copy color: '#47083A'

red 71 ◦ green 8 ◦ blue 58

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

Shades of Blackberry #47083A

Tints of Blackberry #47083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.84%

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

R = 51.82%
G = 5.84%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47083A (or 0x47083A) is known color: Blackberry. HEX triplet: 47, 08 and 3A. RGB value is (71,8,58). Sum of RGB (Red+Green+Blue) = 71+8+58=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47083A is #B8F7C5. Grayscale: #202020. Windows color (decimal): -12122054 or 3803207. OLE color: 3803207.

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

Color convert

RGB 71 8 58 -
CMYK 0 0.89 0.18 0.72
HSL 312.38º 0.8% 0.15% -
HSV(B) 312.38º 0.89% 0.28% -
XYZ 3.45 1.82 4.17 -
YUV 32.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 71 8 58 0 0.89 0.18 0.72 312.38 0.8 0.15
Hex 47 8 3A 0 59 12 48 138 50 F
Octal 107 10 72 0 131 22 110 470 120 17
Binary 1000111 1000 111010 0 1011001 10010 1001000 100111000 1010000 1111

Color Harmonies of #47083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47083A

Black with #47083A

Text Example


Text Example

White with #47083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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