Html Css Color HEX #47022B Blackberry

📋 copy color: '#47022B'

red 71 ◦ green 2 ◦ blue 43

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

Shades of Blackberry #47022B

Tints of Blackberry #47022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.72%

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

R = 61.21%
G = 1.72%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47022B (or 0x47022B) is known color: Blackberry. HEX triplet: 47, 02 and 2B. RGB value is (71,2,43). Sum of RGB (Red+Green+Blue) = 71+2+43=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47022B is #B8FDD4. Grayscale: #1B1B1B. Windows color (decimal): -12123605 or 2818631. OLE color: 2818631.

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

Color convert

RGB 71 2 43 -
CMYK 0 0.97 0.39 0.72
HSL 324.35º 0.95% 0.14% -
HSV(B) 324.35º 0.97% 0.28% -
XYZ 3.06 1.56 2.43 -
YUV 27.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 71 2 43 0 0.97 0.39 0.72 324.35 0.95 0.14
Hex 47 2 2B 0 61 27 48 144 5F E
Octal 107 2 53 0 141 47 110 504 137 16
Binary 1000111 10 101011 0 1100001 100111 1001000 101000100 1011111 1110

Color Harmonies of #47022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47022B

Black with #47022B

Text Example


Text Example

White with #47022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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