Html Css Color HEX #47122B Blackberry

📋 copy color: '#47122B'

red 71 ◦ green 18 ◦ blue 43

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

Shades of Blackberry #47122B

Tints of Blackberry #47122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

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

R = 53.79%
G = 13.64%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47122B (or 0x47122B) is known color: Blackberry. HEX triplet: 47, 12 and 2B. RGB value is (71,18,43). Sum of RGB (Red+Green+Blue) = 71+18+43=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47122B is #B8EDD4. Grayscale: #242424. Windows color (decimal): -12119509 or 2822727. OLE color: 2822727.

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

Color convert

RGB 71 18 43 -
CMYK 0 0.75 0.39 0.72
HSL 331.7º 0.6% 0.17% -
HSV(B) 331.7º 0.75% 0.28% -
XYZ 3.25 1.95 2.49 -
YUV 36.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 71 18 43 0 0.75 0.39 0.72 331.7 0.6 0.17
Hex 47 12 2B 0 4B 27 48 14C 3C 11
Octal 107 22 53 0 113 47 110 514 74 21
Binary 1000111 10010 101011 0 1001011 100111 1001000 101001100 111100 10001

Color Harmonies of #47122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47122B

Black with #47122B

Text Example


Text Example

White with #47122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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