Html Css Color HEX #47001E Blackberry

📋 copy color: '#47001E'

red 71 ◦ green 0 ◦ blue 30

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

Shades of Blackberry #47001E

Tints of Blackberry #47001E

RGB

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

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

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

R = 70.3%
G = 0%
B = 29.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47001E (or 0x47001E) is known color: Blackberry. HEX triplet: 47, 00 and 1E. RGB value is (71,0,30). Sum of RGB (Red+Green+Blue) = 71+0+30=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #47001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47001E is #B8FFE1. Grayscale: #181818. Windows color (decimal): -12124130 or 1966151. OLE color: 1966151.

HSL color Cylindrical-coordinate representation of color #47001E: hue angle of 334.65º 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 #47001E is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 0 30 -
CMYK 0 1 0.58 0.72
HSL 334.65º 1% 0.14% -
HSV(B) 334.65º 1% 0.28% -
XYZ 2.83 1.43 1.36 -
YUV 24.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 71 0 30 0 1 0.58 0.72 334.65 1 0.14
Hex 47 0 1E 0 64 3A 48 14F 64 E
Octal 107 0 36 0 144 72 110 517 144 16
Binary 1000111 0 11110 0 1100100 111010 1001000 101001111 1100100 1110

Color Harmonies of #47001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47001E

Black with #47001E

Text Example


Text Example

White with #47001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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