Html Css Color HEX #47092F Blackberry

📋 copy color: '#47092F'

red 71 ◦ green 9 ◦ blue 47

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

Shades of Blackberry #47092F

Tints of Blackberry #47092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 55.91%
G = 7.09%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47092F (or 0x47092F) is known color: Blackberry. HEX triplet: 47, 09 and 2F. RGB value is (71,9,47). Sum of RGB (Red+Green+Blue) = 71+9+47=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #47092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47092F is #B8F6D0. Grayscale: #1F1F1F. Windows color (decimal): -12121809 or 3082567. OLE color: 3082567.

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

Color convert

RGB 71 9 47 -
CMYK 0 0.87 0.34 0.72
HSL 323.23º 0.78% 0.16% -
HSV(B) 323.23º 0.87% 0.28% -
XYZ 3.21 1.74 2.86 -
YUV 31.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 71 9 47 0 0.87 0.34 0.72 323.23 0.78 0.16
Hex 47 9 2F 0 57 22 48 143 4E 10
Octal 107 11 57 0 127 42 110 503 116 20
Binary 1000111 1001 101111 0 1010111 100010 1001000 101000011 1001110 10000

Color Harmonies of #47092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47092F

Black with #47092F

Text Example


Text Example

White with #47092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47092F; }

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

 H1.HeaderClassName
 {
   color: #47092F;
 }
 .AnyTagClassName
 {
   color: #47092F;
 }
</style>

background-color css

<style>
 a { background-color: #47092F; }

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

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

border-color css

<style>
 span { border-color: #47092F; }

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

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