Html Css Color HEX #384949 Blue Dianne

📋 copy color: '#384949'

red 56 ◦ green 73 ◦ blue 73

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

Shades of Blue Dianne #384949

Tints of Blue Dianne #384949

RGB

 RED value IS 56 (22.27% from 255) = 27.72%

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 73 (28.91% from 255) = 36.14%

R = 27.72%
G = 36.14%
B = 36.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#384949 (or 0x384949) is known color: Blue Dianne. HEX triplet: 38, 49 and 49. RGB value is (56,73,73). Sum of RGB (Red+Green+Blue) = 56+73+73=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #384949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384949 is #C7B6B6. Grayscale: #434343. Windows color (decimal): -13088439 or 4802872. OLE color: 4802872.

HSL color Cylindrical-coordinate representation of color #384949: hue angle of 180º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384949 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 73 -
CMYK 0.23 0 0 0.71
HSL 180º 0.13% 0.25% -
HSV(B) 180º 0.23% 0.29% -
XYZ 5.22 6.09 7.2 -
YUV 67.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 56 73 73 0.23 0 0 0.71 180 0.13 0.25
Hex 38 49 49 17 0 0 47 B4 D 19
Octal 70 111 111 27 0 0 107 264 15 31
Binary 111000 1001001 1001001 10111 0 0 1000111 10110100 1101 11001

Color Harmonies of #384949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384949

Black with #384949

Text Example


Text Example

White with #384949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384949; }

 p { color: rgb(56,73,73); }

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

background-color css

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

 a { background-color: rgb(56,73,73); }

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

border-color css

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

 span { border-color: rgb(56,73,73); }

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