Html Css Color HEX #47103D Blackberry

📋 copy color: '#47103D'

red 71 ◦ green 16 ◦ blue 61

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

Shades of Blackberry #47103D

Tints of Blackberry #47103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.81%

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

R = 47.97%
G = 10.81%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47103D (or 0x47103D) is known color: Blackberry. HEX triplet: 47, 10 and 3D. RGB value is (71,16,61). Sum of RGB (Red+Green+Blue) = 71+16+61=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47103D is #B8EFC2. Grayscale: #252525. Windows color (decimal): -12120003 or 4001863. OLE color: 4001863.

HSL color Cylindrical-coordinate representation of color #47103D: hue angle of 310.91º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47103D is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 16 61 -
CMYK 0 0.77 0.14 0.72
HSL 310.91º 0.63% 0.17% -
HSV(B) 310.91º 0.77% 0.28% -
XYZ 3.63 2.05 4.62 -
YUV 37.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 71 16 61 0 0.77 0.14 0.72 310.91 0.63 0.17
Hex 47 10 3D 0 4D E 48 137 3F 11
Octal 107 20 75 0 115 16 110 467 77 21
Binary 1000111 10000 111101 0 1001101 1110 1001000 100110111 111111 10001

Color Harmonies of #47103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47103D

Black with #47103D

Text Example


Text Example

White with #47103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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