Html Css Color HEX #47022A Blackberry

📋 copy color: '#47022A'

red 71 ◦ green 2 ◦ blue 42

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

Shades of Blackberry #47022A

Tints of Blackberry #47022A

RGB

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

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

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

R = 61.74%
G = 1.74%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47022A (or 0x47022A) is known color: Blackberry. HEX triplet: 47, 02 and 2A. RGB value is (71,2,42). Sum of RGB (Red+Green+Blue) = 71+2+42=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47022A is #B8FDD5. Grayscale: #1B1B1B. Windows color (decimal): -12123606 or 2753095. OLE color: 2753095.

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

Color convert

RGB 71 2 42 -
CMYK 0 0.97 0.41 0.72
HSL 325.22º 0.95% 0.14% -
HSV(B) 325.22º 0.97% 0.28% -
XYZ 3.04 1.55 2.33 -
YUV 27.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 71 2 42 0 0.97 0.41 0.72 325.22 0.95 0.14
Hex 47 2 2A 0 61 29 48 145 5F E
Octal 107 2 52 0 141 51 110 505 137 16
Binary 1000111 10 101010 0 1100001 101001 1001000 101000101 1011111 1110

Color Harmonies of #47022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47022A

Black with #47022A

Text Example


Text Example

White with #47022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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