Html Css Color HEX #47183A Blackberry

📋 copy color: '#47183A'

red 71 ◦ green 24 ◦ blue 58

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

Shades of Blackberry #47183A

Tints of Blackberry #47183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

 BLUE value IS 58 (23.05% from 255) = 37.91%

R = 46.41%
G = 15.69%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47183A (or 0x47183A) is known color: Blackberry. HEX triplet: 47, 18 and 3A. RGB value is (71,24,58). Sum of RGB (Red+Green+Blue) = 71+24+58=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47183A is #B8E7C5. Grayscale: #292929. Windows color (decimal): -12117958 or 3807303. OLE color: 3807303.

HSL color Cylindrical-coordinate representation of color #47183A: hue angle of 316.6º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47183A is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 24 58 -
CMYK 0 0.66 0.18 0.72
HSL 316.6º 0.49% 0.19% -
HSV(B) 316.6º 0.66% 0.28% -
XYZ 3.69 2.3 4.25 -
YUV 41.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 71 24 58 0 0.66 0.18 0.72 316.6 0.49 0.19
Hex 47 18 3A 0 42 12 48 13D 31 13
Octal 107 30 72 0 102 22 110 475 61 23
Binary 1000111 11000 111010 0 1000010 10010 1001000 100111101 110001 10011

Color Harmonies of #47183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47183A

Black with #47183A

Text Example


Text Example

White with #47183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47183A; }

 p { color: rgb(71,24,58); }

 H1.HeaderClassName
 {
   color: #47183A;
 }
 .AnyTagClassName
 {
   color: #47183A;
 }
</style>

background-color css

<style>
 a { background-color: #47183A; }

 a { background-color: rgb(71,24,58); }

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

border-color css

<style>
 span { border-color: #47183A; }

 span { border-color: rgb(71,24,58); }

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