Html Css Color HEX #47011F Blackberry

📋 copy color: '#47011F'

red 71 ◦ green 1 ◦ blue 31

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

Shades of Blackberry #47011F

Tints of Blackberry #47011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.97%

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

R = 68.93%
G = 0.97%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47011F (or 0x47011F) is known color: Blackberry. HEX triplet: 47, 01 and 1F. RGB value is (71,1,31). Sum of RGB (Red+Green+Blue) = 71+1+31=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #47011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47011F is #B8FEE0. Grayscale: #191919. Windows color (decimal): -12123873 or 2031943. OLE color: 2031943.

HSL color Cylindrical-coordinate representation of color #47011F: hue angle of 334.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47011F is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 31 -
CMYK 0 0.99 0.56 0.72
HSL 334.29º 0.97% 0.14% -
HSV(B) 334.29º 0.99% 0.28% -
XYZ 2.86 1.46 1.43 -
YUV 25.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 71 1 31 0 0.99 0.56 0.72 334.29 0.97 0.14
Hex 47 1 1F 0 63 38 48 14E 61 E
Octal 107 1 37 0 143 70 110 516 141 16
Binary 1000111 1 11111 0 1100011 111000 1001000 101001110 1100001 1110

Color Harmonies of #47011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47011F

Black with #47011F

Text Example


Text Example

White with #47011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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