Html Css Color HEX #47092A Blackberry

📋 copy color: '#47092A'

red 71 ◦ green 9 ◦ blue 42

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

Shades of Blackberry #47092A

Tints of Blackberry #47092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 58.2%
G = 7.38%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47092A (or 0x47092A) is known color: Blackberry. HEX triplet: 47, 09 and 2A. RGB value is (71,9,42). Sum of RGB (Red+Green+Blue) = 71+9+42=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47092A is #B8F6D5. Grayscale: #1F1F1F. Windows color (decimal): -12121814 or 2754887. OLE color: 2754887.

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

Color convert

RGB 71 9 42 -
CMYK 0 0.87 0.41 0.72
HSL 328.06º 0.78% 0.16% -
HSV(B) 328.06º 0.87% 0.28% -
XYZ 3.11 1.7 2.35 -
YUV 31.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 71 9 42 0 0.87 0.41 0.72 328.06 0.78 0.16
Hex 47 9 2A 0 57 29 48 148 4E 10
Octal 107 11 52 0 127 51 110 510 116 20
Binary 1000111 1001 101010 0 1010111 101001 1001000 101001000 1001110 10000

Color Harmonies of #47092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47092A

Black with #47092A

Text Example


Text Example

White with #47092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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