Html Css Color HEX #47041D Blackberry

📋 copy color: '#47041D'

red 71 ◦ green 4 ◦ blue 29

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

Shades of Blackberry #47041D

Tints of Blackberry #47041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 68.27%
G = 3.85%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47041D (or 0x47041D) is known color: Blackberry. HEX triplet: 47, 04 and 1D. RGB value is (71,4,29). Sum of RGB (Red+Green+Blue) = 71+4+29=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #47041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47041D is #B8FBE2. Grayscale: #1A1A1A. Windows color (decimal): -12123107 or 1901639. OLE color: 1901639.

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

Color convert

RGB 71 4 29 -
CMYK 0 0.94 0.59 0.72
HSL 337.61º 0.89% 0.15% -
HSV(B) 337.61º 0.94% 0.28% -
XYZ 2.86 1.52 1.3 -
YUV 26.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 71 4 29 0 0.94 0.59 0.72 337.61 0.89 0.15
Hex 47 4 1D 0 5E 3B 48 152 59 F
Octal 107 4 35 0 136 73 110 522 131 17
Binary 1000111 100 11101 0 1011110 111011 1001000 101010010 1011001 1111

Color Harmonies of #47041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47041D

Black with #47041D

Text Example


Text Example

White with #47041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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