Html Css Color HEX #47012C Blackberry

📋 copy color: '#47012C'

red 71 ◦ green 1 ◦ blue 44

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

Shades of Blackberry #47012C

Tints of Blackberry #47012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 37.93%

R = 61.21%
G = 0.86%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47012C (or 0x47012C) is known color: Blackberry. HEX triplet: 47, 01 and 2C. RGB value is (71,1,44). Sum of RGB (Red+Green+Blue) = 71+1+44=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47012C is #B8FED3. Grayscale: #1A1A1A. Windows color (decimal): -12123860 or 2883911. OLE color: 2883911.

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

Color convert

RGB 71 1 44 -
CMYK 0 0.99 0.38 0.72
HSL 323.14º 0.97% 0.14% -
HSV(B) 323.14º 0.99% 0.28% -
XYZ 3.06 1.54 2.52 -
YUV 26.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 71 1 44 0 0.99 0.38 0.72 323.14 0.97 0.14
Hex 47 1 2C 0 63 26 48 143 61 E
Octal 107 1 54 0 143 46 110 503 141 16
Binary 1000111 1 101100 0 1100011 100110 1001000 101000011 1100001 1110

Color Harmonies of #47012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47012C

Black with #47012C

Text Example


Text Example

White with #47012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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