Html Css Color HEX #47023A Blackberry

📋 copy color: '#47023A'

red 71 ◦ green 2 ◦ blue 58

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

Shades of Blackberry #47023A

Tints of Blackberry #47023A

RGB

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

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

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

R = 54.2%
G = 1.53%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47023A (or 0x47023A) is known color: Blackberry. HEX triplet: 47, 02 and 3A. RGB value is (71,2,58). Sum of RGB (Red+Green+Blue) = 71+2+58=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47023A is #B8FDC5. Grayscale: #1C1C1C. Windows color (decimal): -12123590 or 3801671. OLE color: 3801671.

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

Color convert

RGB 71 2 58 -
CMYK 0 0.97 0.18 0.72
HSL 311.3º 0.95% 0.14% -
HSV(B) 311.3º 0.97% 0.28% -
XYZ 3.38 1.69 4.15 -
YUV 29.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 71 2 58 0 0.97 0.18 0.72 311.3 0.95 0.14
Hex 47 2 3A 0 61 12 48 137 5F E
Octal 107 2 72 0 141 22 110 467 137 16
Binary 1000111 10 111010 0 1100001 10010 1001000 100110111 1011111 1110

Color Harmonies of #47023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47023A

Black with #47023A

Text Example


Text Example

White with #47023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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