Html Css Color HEX #384848 Blue Dianne

📋 copy color: '#384848'

red 56 ◦ green 72 ◦ blue 72

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

Shades of Blue Dianne #384848

Tints of Blue Dianne #384848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 28%
G = 36%
B = 36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384848 (or 0x384848) is known color: Blue Dianne. HEX triplet: 38, 48 and 48. RGB value is (56,72,72). Sum of RGB (Red+Green+Blue) = 56+72+72=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #384848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384848 is #C7B7B7. Grayscale: #434343. Windows color (decimal): -13088696 or 4737080. OLE color: 4737080.

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

Color convert

RGB 56 72 72 -
CMYK 0.22 0 0 0.72
HSL 180º 0.13% 0.25% -
HSV(B) 180º 0.22% 0.28% -
XYZ 5.12 5.94 7.01 -
YUV 67.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 56 72 72 0.22 0 0 0.72 180 0.13 0.25
Hex 38 48 48 16 0 0 48 B4 C 19
Octal 70 110 110 26 0 0 110 264 14 31
Binary 111000 1001000 1001000 10110 0 0 1001000 10110100 1100 11001

Color Harmonies of #384848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384848

Black with #384848

Text Example


Text Example

White with #384848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384848; }

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

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

background-color css

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

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

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

border-color css

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

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

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