Html Css Color HEX #47183C Blackberry

📋 copy color: '#47183C'

red 71 ◦ green 24 ◦ blue 60

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

Shades of Blackberry #47183C

Tints of Blackberry #47183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.71%

R = 45.81%
G = 15.48%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47183C (or 0x47183C) is known color: Blackberry. HEX triplet: 47, 18 and 3C. RGB value is (71,24,60). Sum of RGB (Red+Green+Blue) = 71+24+60=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47183C is #B8E7C3. Grayscale: #2A2A2A. Windows color (decimal): -12117956 or 3938375. OLE color: 3938375.

HSL color Cylindrical-coordinate representation of color #47183C: hue angle of 314.04º 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 #47183C is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 24 60 -
CMYK 0 0.66 0.15 0.72
HSL 314.04º 0.49% 0.19% -
HSV(B) 314.04º 0.66% 0.28% -
XYZ 3.74 2.32 4.53 -
YUV 42.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 71 24 60 0 0.66 0.15 0.72 314.04 0.49 0.19
Hex 47 18 3C 0 42 F 48 13A 31 13
Octal 107 30 74 0 102 17 110 472 61 23
Binary 1000111 11000 111100 0 1000010 1111 1001000 100111010 110001 10011

Color Harmonies of #47183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47183C

Black with #47183C

Text Example


Text Example

White with #47183C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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