Html Css Color HEX #47023E Blackberry

📋 copy color: '#47023E'

red 71 ◦ green 2 ◦ blue 62

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

Shades of Blackberry #47023E

Tints of Blackberry #47023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 45.93%

R = 52.59%
G = 1.48%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47023E (or 0x47023E) is known color: Blackberry. HEX triplet: 47, 02 and 3E. RGB value is (71,2,62). Sum of RGB (Red+Green+Blue) = 71+2+62=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47023E is #B8FDC1. Grayscale: #1D1D1D. Windows color (decimal): -12123586 or 4063815. OLE color: 4063815.

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

Color convert

RGB 71 2 62 -
CMYK 0 0.97 0.13 0.72
HSL 307.83º 0.95% 0.14% -
HSV(B) 307.83º 0.97% 0.28% -
XYZ 3.49 1.73 4.71 -
YUV 29.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 71 2 62 0 0.97 0.13 0.72 307.83 0.95 0.14
Hex 47 2 3E 0 61 D 48 134 5F E
Octal 107 2 76 0 141 15 110 464 137 16
Binary 1000111 10 111110 0 1100001 1101 1001000 100110100 1011111 1110

Color Harmonies of #47023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47023E

Black with #47023E

Text Example


Text Example

White with #47023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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