Html Css Color HEX #47093A Blackberry

📋 copy color: '#47093A'

red 71 ◦ green 9 ◦ blue 58

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

Shades of Blackberry #47093A

Tints of Blackberry #47093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.52%

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

R = 51.45%
G = 6.52%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47093A (or 0x47093A) is known color: Blackberry. HEX triplet: 47, 09 and 3A. RGB value is (71,9,58). Sum of RGB (Red+Green+Blue) = 71+9+58=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47093A is #B8F6C5. Grayscale: #202020. Windows color (decimal): -12121798 or 3803463. OLE color: 3803463.

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

Color convert

RGB 71 9 58 -
CMYK 0 0.87 0.18 0.72
HSL 312.58º 0.78% 0.16% -
HSV(B) 312.58º 0.87% 0.28% -
XYZ 3.46 1.84 4.18 -
YUV 33.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 71 9 58 0 0.87 0.18 0.72 312.58 0.78 0.16
Hex 47 9 3A 0 57 12 48 139 4E 10
Octal 107 11 72 0 127 22 110 471 116 20
Binary 1000111 1001 111010 0 1010111 10010 1001000 100111001 1001110 10000

Color Harmonies of #47093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47093A

Black with #47093A

Text Example


Text Example

White with #47093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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