Html Css Color HEX #47012A Blackberry

📋 copy color: '#47012A'

red 71 ◦ green 1 ◦ blue 42

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

Shades of Blackberry #47012A

Tints of Blackberry #47012A

RGB

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

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

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

R = 62.28%
G = 0.88%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47012A (or 0x47012A) is known color: Blackberry. HEX triplet: 47, 01 and 2A. RGB value is (71,1,42). Sum of RGB (Red+Green+Blue) = 71+1+42=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #47012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47012A is #B8FED5. Grayscale: #1A1A1A. Windows color (decimal): -12123862 or 2752839. OLE color: 2752839.

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

Color convert

RGB 71 1 42 -
CMYK 0 0.99 0.41 0.72
HSL 324.86º 0.97% 0.14% -
HSV(B) 324.86º 0.99% 0.28% -
XYZ 3.03 1.53 2.33 -
YUV 26.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 71 1 42 0 0.99 0.41 0.72 324.86 0.97 0.14
Hex 47 1 2A 0 63 29 48 145 61 E
Octal 107 1 52 0 143 51 110 505 141 16
Binary 1000111 1 101010 0 1100011 101001 1001000 101000101 1100001 1110

Color Harmonies of #47012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47012A

Black with #47012A

Text Example


Text Example

White with #47012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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