Html Css Color HEX #47182E Blackberry

📋 copy color: '#47182E'

red 71 ◦ green 24 ◦ blue 46

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

Shades of Blackberry #47182E

Tints of Blackberry #47182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 32.62%

R = 50.35%
G = 17.02%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47182E (or 0x47182E) is known color: Blackberry. HEX triplet: 47, 18 and 2E. RGB value is (71,24,46). Sum of RGB (Red+Green+Blue) = 71+24+46=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #47182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47182E is #B8E7D1. Grayscale: #282828. Windows color (decimal): -12117970 or 3020871. OLE color: 3020871.

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

Color convert

RGB 71 24 46 -
CMYK 0 0.66 0.35 0.72
HSL 331.91º 0.49% 0.19% -
HSV(B) 331.91º 0.66% 0.28% -
XYZ 3.42 2.19 2.83 -
YUV 40.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 71 24 46 0 0.66 0.35 0.72 331.91 0.49 0.19
Hex 47 18 2E 0 42 23 48 14C 31 13
Octal 107 30 56 0 102 43 110 514 61 23
Binary 1000111 11000 101110 0 1000010 100011 1001000 101001100 110001 10011

Color Harmonies of #47182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47182E

Black with #47182E

Text Example


Text Example

White with #47182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47182E; }

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

 H1.HeaderClassName
 {
   color: #47182E;
 }
 .AnyTagClassName
 {
   color: #47182E;
 }
</style>

background-color css

<style>
 a { background-color: #47182E; }

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

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

border-color css

<style>
 span { border-color: #47182E; }

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

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