Html Css Color HEX #47012B Blackberry

📋 copy color: '#47012B'

red 71 ◦ green 1 ◦ blue 43

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

Shades of Blackberry #47012B

Tints of Blackberry #47012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 37.39%

R = 61.74%
G = 0.87%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47012B (or 0x47012B) is known color: Blackberry. HEX triplet: 47, 01 and 2B. RGB value is (71,1,43). Sum of RGB (Red+Green+Blue) = 71+1+43=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47012B is #B8FED4. Grayscale: #1A1A1A. Windows color (decimal): -12123861 or 2818375. OLE color: 2818375.

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

Color convert

RGB 71 1 43 -
CMYK 0 0.99 0.39 0.72
HSL 324º 0.97% 0.14% -
HSV(B) 324º 0.99% 0.28% -
XYZ 3.05 1.54 2.42 -
YUV 26.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 71 1 43 0 0.99 0.39 0.72 324 0.97 0.14
Hex 47 1 2B 0 63 27 48 144 61 E
Octal 107 1 53 0 143 47 110 504 141 16
Binary 1000111 1 101011 0 1100011 100111 1001000 101000100 1100001 1110

Color Harmonies of #47012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47012B

Black with #47012B

Text Example


Text Example

White with #47012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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