Html Css Color HEX #47223A Blackberry

📋 copy color: '#47223A'

red 71 ◦ green 34 ◦ blue 58

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

Shades of Blackberry #47223A

Tints of Blackberry #47223A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.86%

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 43.56%
G = 20.86%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47223A (or 0x47223A) is known color: Blackberry. HEX triplet: 47, 22 and 3A. RGB value is (71,34,58). Sum of RGB (Red+Green+Blue) = 71+34+58=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #47223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47223A is #B8DDC5. Grayscale: #2F2F2F. Windows color (decimal): -12115398 or 3809863. OLE color: 3809863.

HSL color Cylindrical-coordinate representation of color #47223A: hue angle of 321.08º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47223A is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 58 -
CMYK 0 0.52 0.18 0.72
HSL 321.08º 0.35% 0.21% -
HSV(B) 321.08º 0.52% 0.28% -
XYZ 3.93 2.79 4.33 -
YUV 47.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 71 34 58 0 0.52 0.18 0.72 321.08 0.35 0.21
Hex 47 22 3A 0 34 12 48 141 23 15
Octal 107 42 72 0 64 22 110 501 43 25
Binary 1000111 100010 111010 0 110100 10010 1001000 101000001 100011 10101

Color Harmonies of #47223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47223A

Black with #47223A

Text Example


Text Example

White with #47223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,34,58); }

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

background-color css

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

 a { background-color: rgb(71,34,58); }

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

border-color css

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

 span { border-color: rgb(71,34,58); }

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