Html Css Color HEX #47103B Blackberry

📋 copy color: '#47103B'

red 71 ◦ green 16 ◦ blue 59

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

Shades of Blackberry #47103B

Tints of Blackberry #47103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.41%

R = 48.63%
G = 10.96%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47103B (or 0x47103B) is known color: Blackberry. HEX triplet: 47, 10 and 3B. RGB value is (71,16,59). Sum of RGB (Red+Green+Blue) = 71+16+59=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #47103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47103B is #B8EFC4. Grayscale: #252525. Windows color (decimal): -12120005 or 3870791. OLE color: 3870791.

HSL color Cylindrical-coordinate representation of color #47103B: hue angle of 313.09º 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 #47103B is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 16 59 -
CMYK 0 0.77 0.17 0.72
HSL 313.09º 0.63% 0.17% -
HSV(B) 313.09º 0.77% 0.28% -
XYZ 3.57 2.03 4.34 -
YUV 37.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 71 16 59 0 0.77 0.17 0.72 313.09 0.63 0.17
Hex 47 10 3B 0 4D 11 48 139 3F 11
Octal 107 20 73 0 115 21 110 471 77 21
Binary 1000111 10000 111011 0 1001101 10001 1001000 100111001 111111 10001

Color Harmonies of #47103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47103B

Black with #47103B

Text Example


Text Example

White with #47103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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