Html Css Color HEX #47183D Blackberry

📋 copy color: '#47183D'

red 71 ◦ green 24 ◦ blue 61

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

Shades of Blackberry #47183D

Tints of Blackberry #47183D

RGB

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

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

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

R = 45.51%
G = 15.38%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#47183D (or 0x47183D) is known color: Blackberry. HEX triplet: 47, 18 and 3D. RGB value is (71,24,61). Sum of RGB (Red+Green+Blue) = 71+24+61=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47183D is #B8E7C2. Grayscale: #2A2A2A. Windows color (decimal): -12117955 or 4003911. OLE color: 4003911.

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

Color convert

RGB 71 24 61 -
CMYK 0 0.66 0.14 0.72
HSL 312.77º 0.49% 0.19% -
HSV(B) 312.77º 0.66% 0.28% -
XYZ 3.77 2.33 4.67 -
YUV 42.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 71 24 61 0 0.66 0.14 0.72 312.77 0.49 0.19
Hex 47 18 3D 0 42 E 48 139 31 13
Octal 107 30 75 0 102 16 110 471 61 23
Binary 1000111 11000 111101 0 1000010 1110 1001000 100111001 110001 10011

Color Harmonies of #47183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47183D

Black with #47183D

Text Example


Text Example

White with #47183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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