Html Css Color HEX #47142A Blackberry

📋 copy color: '#47142A'

red 71 ◦ green 20 ◦ blue 42

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

Shades of Blackberry #47142A

Tints of Blackberry #47142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 53.38%
G = 15.04%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47142A (or 0x47142A) is known color: Blackberry. HEX triplet: 47, 14 and 2A. RGB value is (71,20,42). Sum of RGB (Red+Green+Blue) = 71+20+42=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47142A is #B8EBD5. Grayscale: #252525. Windows color (decimal): -12118998 or 2757703. OLE color: 2757703.

HSL color Cylindrical-coordinate representation of color #47142A: hue angle of 334.12º 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 #47142A is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 20 42 -
CMYK 0 0.72 0.41 0.72
HSL 334.12º 0.56% 0.18% -
HSV(B) 334.12º 0.72% 0.28% -
XYZ 3.27 2.01 2.41 -
YUV 37.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 71 20 42 0 0.72 0.41 0.72 334.12 0.56 0.18
Hex 47 14 2A 0 48 29 48 14E 38 12
Octal 107 24 52 0 110 51 110 516 70 22
Binary 1000111 10100 101010 0 1001000 101001 1001000 101001110 111000 10010

Color Harmonies of #47142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47142A

Black with #47142A

Text Example


Text Example

White with #47142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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