Html Css Color HEX #47013B Blackberry

📋 copy color: '#47013B'

red 71 ◦ green 1 ◦ blue 59

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

Shades of Blackberry #47013B

Tints of Blackberry #47013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

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

R = 54.2%
G = 0.76%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47013B (or 0x47013B) is known color: Blackberry. HEX triplet: 47, 01 and 3B. RGB value is (71,1,59). Sum of RGB (Red+Green+Blue) = 71+1+59=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47013B is #B8FEC4. Grayscale: #1C1C1C. Windows color (decimal): -12123845 or 3866951. OLE color: 3866951.

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

Color convert

RGB 71 1 59 -
CMYK 0 0.99 0.17 0.72
HSL 310.29º 0.97% 0.14% -
HSV(B) 310.29º 0.99% 0.28% -
XYZ 3.4 1.68 4.28 -
YUV 28.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 71 1 59 0 0.99 0.17 0.72 310.29 0.97 0.14
Hex 47 1 3B 0 63 11 48 136 61 E
Octal 107 1 73 0 143 21 110 466 141 16
Binary 1000111 1 111011 0 1100011 10001 1001000 100110110 1100001 1110

Color Harmonies of #47013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47013B

Black with #47013B

Text Example


Text Example

White with #47013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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