Html Css Color HEX #47133B Blackberry

📋 copy color: '#47133B'

red 71 ◦ green 19 ◦ blue 59

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

Shades of Blackberry #47133B

Tints of Blackberry #47133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

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

R = 47.65%
G = 12.75%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47133B (or 0x47133B) is known color: Blackberry. HEX triplet: 47, 13 and 3B. RGB value is (71,19,59). Sum of RGB (Red+Green+Blue) = 71+19+59=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47133B is #B8ECC4. Grayscale: #272727. Windows color (decimal): -12119237 or 3871559. OLE color: 3871559.

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

Color convert

RGB 71 19 59 -
CMYK 0 0.73 0.17 0.72
HSL 313.85º 0.58% 0.18% -
HSV(B) 313.85º 0.73% 0.28% -
XYZ 3.62 2.12 4.36 -
YUV 39.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 71 19 59 0 0.73 0.17 0.72 313.85 0.58 0.18
Hex 47 13 3B 0 49 11 48 13A 3A 12
Octal 107 23 73 0 111 21 110 472 72 22
Binary 1000111 10011 111011 0 1001001 10001 1001000 100111010 111010 10010

Color Harmonies of #47133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47133B

Black with #47133B

Text Example


Text Example

White with #47133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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