Html Css Color HEX #47013D Blackberry

📋 copy color: '#47013D'

red 71 ◦ green 1 ◦ blue 61

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

Shades of Blackberry #47013D

Tints of Blackberry #47013D

RGB

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

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

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

R = 53.38%
G = 0.75%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47013D (or 0x47013D) is known color: Blackberry. HEX triplet: 47, 01 and 3D. RGB value is (71,1,61). Sum of RGB (Red+Green+Blue) = 71+1+61=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47013D is #B8FEC2. Grayscale: #1C1C1C. Windows color (decimal): -12123843 or 3998023. OLE color: 3998023.

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

Color convert

RGB 71 1 61 -
CMYK 0 0.99 0.14 0.72
HSL 308.57º 0.97% 0.14% -
HSV(B) 308.57º 0.99% 0.28% -
XYZ 3.45 1.7 4.56 -
YUV 28.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 71 1 61 0 0.99 0.14 0.72 308.57 0.97 0.14
Hex 47 1 3D 0 63 E 48 135 61 E
Octal 107 1 75 0 143 16 110 465 141 16
Binary 1000111 1 111101 0 1100011 1110 1001000 100110101 1100001 1110

Color Harmonies of #47013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47013D

Black with #47013D

Text Example


Text Example

White with #47013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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