Html Css Color HEX #47001F Blackberry

📋 copy color: '#47001F'

red 71 ◦ green 0 ◦ blue 31

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

Shades of Blackberry #47001F

Tints of Blackberry #47001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.61%
G = 0%
B = 30.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47001F (or 0x47001F) is known color: Blackberry. HEX triplet: 47, 00 and 1F. RGB value is (71,0,31). Sum of RGB (Red+Green+Blue) = 71+0+31=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #47001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47001F is #B8FFE0. Grayscale: #181818. Windows color (decimal): -12124129 or 2031687. OLE color: 2031687.

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

Color convert

RGB 71 0 31 -
CMYK 0 1 0.56 0.72
HSL 333.8º 1% 0.14% -
HSV(B) 333.8º 1% 0.28% -
XYZ 2.85 1.44 1.42 -
YUV 24.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 71 0 31 0 1 0.56 0.72 333.8 1 0.14
Hex 47 0 1F 0 64 38 48 14E 64 E
Octal 107 0 37 0 144 70 110 516 144 16
Binary 1000111 0 11111 0 1100100 111000 1001000 101001110 1100100 1110

Color Harmonies of #47001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47001F

Black with #47001F

Text Example


Text Example

White with #47001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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