Html Css Color HEX #47072B Blackberry

📋 copy color: '#47072B'

red 71 ◦ green 7 ◦ blue 43

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

Shades of Blackberry #47072B

Tints of Blackberry #47072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.79%

 BLUE value IS 43 (17.19% from 255) = 35.54%

R = 58.68%
G = 5.79%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47072B (or 0x47072B) is known color: Blackberry. HEX triplet: 47, 07 and 2B. RGB value is (71,7,43). Sum of RGB (Red+Green+Blue) = 71+7+43=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47072B is #B8F8D4. Grayscale: #1E1E1E. Windows color (decimal): -12122325 or 2819911. OLE color: 2819911.

HSL color Cylindrical-coordinate representation of color #47072B: hue angle of 326.25º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47072B is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 7 43 -
CMYK 0 0.90 0.39 0.72
HSL 326.25º 0.82% 0.15% -
HSV(B) 326.25º 0.9% 0.28% -
XYZ 3.11 1.67 2.44 -
YUV 30.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 71 7 43 0 0.90 0.39 0.72 326.25 0.82 0.15
Hex 47 7 2B 0 5A 27 48 146 52 F
Octal 107 7 53 0 132 47 110 506 122 17
Binary 1000111 111 101011 0 1011010 100111 1001000 101000110 1010010 1111

Color Harmonies of #47072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47072B

Black with #47072B

Text Example


Text Example

White with #47072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47072B; }

 p { color: rgb(71,7,43); }

 H1.HeaderClassName
 {
   color: #47072B;
 }
 .AnyTagClassName
 {
   color: #47072B;
 }
</style>

background-color css

<style>
 a { background-color: #47072B; }

 a { background-color: rgb(71,7,43); }

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

border-color css

<style>
 span { border-color: #47072B; }

 span { border-color: rgb(71,7,43); }

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