Html Css Color HEX #47001C Blackberry

📋 copy color: '#47001C'

red 71 ◦ green 0 ◦ blue 28

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

Shades of Blackberry #47001C

Tints of Blackberry #47001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28.28%

R = 71.72%
G = 0%
B = 28.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47001C (or 0x47001C) is known color: Blackberry. HEX triplet: 47, 00 and 1C. RGB value is (71,0,28). Sum of RGB (Red+Green+Blue) = 71+0+28=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #47001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47001C is #B8FFE3. Grayscale: #181818. Windows color (decimal): -12124132 or 1835079. OLE color: 1835079.

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

Color convert

RGB 71 0 28 -
CMYK 0 1 0.61 0.72
HSL 336.34º 1% 0.14% -
HSV(B) 336.34º 1% 0.28% -
XYZ 2.81 1.42 1.23 -
YUV 24.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 71 0 28 0 1 0.61 0.72 336.34 1 0.14
Hex 47 0 1C 0 64 3D 48 150 64 E
Octal 107 0 34 0 144 75 110 520 144 16
Binary 1000111 0 11100 0 1100100 111101 1001000 101010000 1100100 1110

Color Harmonies of #47001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47001C

Black with #47001C

Text Example


Text Example

White with #47001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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