Html Css Color HEX #47063C Blackberry

📋 copy color: '#47063C'

red 71 ◦ green 6 ◦ blue 60

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

Shades of Blackberry #47063C

Tints of Blackberry #47063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.38%

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

R = 51.82%
G = 4.38%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47063C (or 0x47063C) is known color: Blackberry. HEX triplet: 47, 06 and 3C. RGB value is (71,6,60). Sum of RGB (Red+Green+Blue) = 71+6+60=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47063C is #B8F9C3. Grayscale: #1F1F1F. Windows color (decimal): -12122564 or 3933767. OLE color: 3933767.

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

Color convert

RGB 71 6 60 -
CMYK 0 0.92 0.15 0.72
HSL 310.15º 0.84% 0.15% -
HSV(B) 310.15º 0.92% 0.28% -
XYZ 3.48 1.8 4.44 -
YUV 31.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 71 6 60 0 0.92 0.15 0.72 310.15 0.84 0.15
Hex 47 6 3C 0 5C F 48 136 54 F
Octal 107 6 74 0 134 17 110 466 124 17
Binary 1000111 110 111100 0 1011100 1111 1001000 100110110 1010100 1111

Color Harmonies of #47063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47063C

Black with #47063C

Text Example


Text Example

White with #47063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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