Html Css Color HEX #47053C Blackberry

📋 copy color: '#47053C'

red 71 ◦ green 5 ◦ blue 60

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

Shades of Blackberry #47053C

Tints of Blackberry #47053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

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

R = 52.21%
G = 3.68%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47053C (or 0x47053C) is known color: Blackberry. HEX triplet: 47, 05 and 3C. RGB value is (71,5,60). Sum of RGB (Red+Green+Blue) = 71+5+60=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47053C is #B8FAC3. Grayscale: #1E1E1E. Windows color (decimal): -12122820 or 3933511. OLE color: 3933511.

HSL color Cylindrical-coordinate representation of color #47053C: hue angle of 310º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47053C is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 60 -
CMYK 0 0.93 0.15 0.72
HSL 310º 0.87% 0.15% -
HSV(B) 310º 0.93% 0.28% -
XYZ 3.47 1.77 4.43 -
YUV 31 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 71 5 60 0 0.93 0.15 0.72 310 0.87 0.15
Hex 47 5 3C 0 5D F 48 136 57 F
Octal 107 5 74 0 135 17 110 466 127 17
Binary 1000111 101 111100 0 1011101 1111 1001000 100110110 1010111 1111

Color Harmonies of #47053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47053C

Black with #47053C

Text Example


Text Example

White with #47053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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