Html Css Color HEX #47063D Blackberry

📋 copy color: '#47063D'

red 71 ◦ green 6 ◦ blue 61

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

Shades of Blackberry #47063D

Tints of Blackberry #47063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.2%

R = 51.45%
G = 4.35%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47063D (or 0x47063D) is known color: Blackberry. HEX triplet: 47, 06 and 3D. RGB value is (71,6,61). Sum of RGB (Red+Green+Blue) = 71+6+61=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47063D is #B8F9C2. Grayscale: #1F1F1F. Windows color (decimal): -12122563 or 3999303. OLE color: 3999303.

HSL color Cylindrical-coordinate representation of color #47063D: hue angle of 309.23º 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 #47063D is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 6 61 -
CMYK 0 0.92 0.14 0.72
HSL 309.23º 0.84% 0.15% -
HSV(B) 309.23º 0.92% 0.28% -
XYZ 3.51 1.81 4.58 -
YUV 31.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 71 6 61 0 0.92 0.14 0.72 309.23 0.84 0.15
Hex 47 6 3D 0 5C E 48 135 54 F
Octal 107 6 75 0 134 16 110 465 124 17
Binary 1000111 110 111101 0 1011100 1110 1001000 100110101 1010100 1111

Color Harmonies of #47063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47063D

Black with #47063D

Text Example


Text Example

White with #47063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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