Html Css Color HEX #47041E Blackberry

📋 copy color: '#47041E'

red 71 ◦ green 4 ◦ blue 30

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

Shades of Blackberry #47041E

Tints of Blackberry #47041E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.81%

 BLUE value IS 30 (12.11% from 255) = 28.57%

R = 67.62%
G = 3.81%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47041E (or 0x47041E) is known color: Blackberry. HEX triplet: 47, 04 and 1E. RGB value is (71,4,30). Sum of RGB (Red+Green+Blue) = 71+4+30=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47041E is #B8FBE1. Grayscale: #1A1A1A. Windows color (decimal): -12123106 or 1967175. OLE color: 1967175.

HSL color Cylindrical-coordinate representation of color #47041E: hue angle of 336.72º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47041E is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 4 30 -
CMYK 0 0.94 0.58 0.72
HSL 336.72º 0.89% 0.15% -
HSV(B) 336.72º 0.94% 0.28% -
XYZ 2.88 1.52 1.37 -
YUV 27 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 71 4 30 0 0.94 0.58 0.72 336.72 0.89 0.15
Hex 47 4 1E 0 5E 3A 48 151 59 F
Octal 107 4 36 0 136 72 110 521 131 17
Binary 1000111 100 11110 0 1011110 111010 1001000 101010001 1011001 1111

Color Harmonies of #47041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47041E

Black with #47041E

Text Example


Text Example

White with #47041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47041E; }

 p { color: rgb(71,4,30); }

 H1.HeaderClassName
 {
   color: #47041E;
 }
 .AnyTagClassName
 {
   color: #47041E;
 }
</style>

background-color css

<style>
 a { background-color: #47041E; }

 a { background-color: rgb(71,4,30); }

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

border-color css

<style>
 span { border-color: #47041E; }

 span { border-color: rgb(71,4,30); }

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