Html Css Color HEX #47142B Blackberry

📋 copy color: '#47142B'

red 71 ◦ green 20 ◦ blue 43

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

Shades of Blackberry #47142B

Tints of Blackberry #47142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 52.99%
G = 14.93%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47142B (or 0x47142B) is known color: Blackberry. HEX triplet: 47, 14 and 2B. RGB value is (71,20,43). Sum of RGB (Red+Green+Blue) = 71+20+43=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47142B is #B8EBD4. Grayscale: #252525. Windows color (decimal): -12118997 or 2823239. OLE color: 2823239.

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

Color convert

RGB 71 20 43 -
CMYK 0 0.72 0.39 0.72
HSL 332.94º 0.56% 0.18% -
HSV(B) 332.94º 0.72% 0.28% -
XYZ 3.28 2.01 2.5 -
YUV 37.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 71 20 43 0 0.72 0.39 0.72 332.94 0.56 0.18
Hex 47 14 2B 0 48 27 48 14D 38 12
Octal 107 24 53 0 110 47 110 515 70 22
Binary 1000111 10100 101011 0 1001000 100111 1001000 101001101 111000 10010

Color Harmonies of #47142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47142B

Black with #47142B

Text Example


Text Example

White with #47142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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