Html Css Color HEX #47023C Blackberry

📋 copy color: '#47023C'

red 71 ◦ green 2 ◦ blue 60

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

Shades of Blackberry #47023C

Tints of Blackberry #47023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.11%

R = 53.38%
G = 1.5%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47023C (or 0x47023C) is known color: Blackberry. HEX triplet: 47, 02 and 3C. RGB value is (71,2,60). Sum of RGB (Red+Green+Blue) = 71+2+60=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47023C is #B8FDC3. Grayscale: #1D1D1D. Windows color (decimal): -12123588 or 3932743. OLE color: 3932743.

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

Color convert

RGB 71 2 60 -
CMYK 0 0.97 0.15 0.72
HSL 309.57º 0.95% 0.14% -
HSV(B) 309.57º 0.97% 0.28% -
XYZ 3.44 1.71 4.42 -
YUV 29.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 71 2 60 0 0.97 0.15 0.72 309.57 0.95 0.14
Hex 47 2 3C 0 61 F 48 136 5F E
Octal 107 2 74 0 141 17 110 466 137 16
Binary 1000111 10 111100 0 1100001 1111 1001000 100110110 1011111 1110

Color Harmonies of #47023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47023C

Black with #47023C

Text Example


Text Example

White with #47023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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