Html Css Color HEX #47093D Blackberry

📋 copy color: '#47093D'

red 71 ◦ green 9 ◦ blue 61

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

Shades of Blackberry #47093D

Tints of Blackberry #47093D

RGB

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

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

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

R = 50.35%
G = 6.38%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47093D (or 0x47093D) is known color: Blackberry. HEX triplet: 47, 09 and 3D. RGB value is (71,9,61). Sum of RGB (Red+Green+Blue) = 71+9+61=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #47093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47093D is #B8F6C2. Grayscale: #212121. Windows color (decimal): -12121795 or 4000071. OLE color: 4000071.

HSL color Cylindrical-coordinate representation of color #47093D: hue angle of 309.68º 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 #47093D is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 9 61 -
CMYK 0 0.87 0.14 0.72
HSL 309.68º 0.78% 0.16% -
HSV(B) 309.68º 0.87% 0.28% -
XYZ 3.54 1.87 4.59 -
YUV 33.47 143.54 154.77 -
System Red Green Blue C M Y K H S L
Decimal 71 9 61 0 0.87 0.14 0.72 309.68 0.78 0.16
Hex 47 9 3D 0 57 E 48 136 4E 10
Octal 107 11 75 0 127 16 110 466 116 20
Binary 1000111 1001 111101 0 1010111 1110 1001000 100110110 1001110 10000

Color Harmonies of #47093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47093D

Black with #47093D

Text Example


Text Example

White with #47093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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