Html Css Color HEX #47041F Blackberry

📋 copy color: '#47041F'

red 71 ◦ green 4 ◦ blue 31

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

Shades of Blackberry #47041F

Tints of Blackberry #47041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 29.25%

R = 66.98%
G = 3.77%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47041F (or 0x47041F) is known color: Blackberry. HEX triplet: 47, 04 and 1F. RGB value is (71,4,31). Sum of RGB (Red+Green+Blue) = 71+4+31=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #47041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47041F is #B8FBE0. Grayscale: #1B1B1B. Windows color (decimal): -12123105 or 2032711. OLE color: 2032711.

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

Color convert

RGB 71 4 31 -
CMYK 0 0.94 0.56 0.72
HSL 335.82º 0.89% 0.15% -
HSV(B) 335.82º 0.94% 0.28% -
XYZ 2.89 1.53 1.44 -
YUV 27.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 71 4 31 0 0.94 0.56 0.72 335.82 0.89 0.15
Hex 47 4 1F 0 5E 38 48 150 59 F
Octal 107 4 37 0 136 70 110 520 131 17
Binary 1000111 100 11111 0 1011110 111000 1001000 101010000 1011001 1111

Color Harmonies of #47041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47041F

Black with #47041F

Text Example


Text Example

White with #47041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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