Html Css Color HEX #384B48 Firefly

📋 copy color: '#384B48'

red 56 ◦ green 75 ◦ blue 72

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

Shades of Firefly #384B48

Tints of Firefly #384B48

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.95%

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

R = 27.59%
G = 36.95%
B = 35.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#384B48 (or 0x384B48) is known color: Firefly. HEX triplet: 38, 4B and 48. RGB value is (56,75,72). Sum of RGB (Red+Green+Blue) = 56+75+72=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 75 - color contains mainly: green. Hex color #384B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B48 is #C7B4B7. Grayscale: #444444. Windows color (decimal): -13087928 or 4737848. OLE color: 4737848.

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

Color convert

RGB 56 75 72 -
CMYK 0.25 0 0.04 0.71
HSL 170.53º 0.15% 0.26% -
HSV(B) 170.53º 0.25% 0.29% -
XYZ 5.32 6.34 7.07 -
YUV 68.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 56 75 72 0.25 0 0.04 0.71 170.53 0.15 0.26
Hex 38 4B 48 19 0 4 47 AB F 1A
Octal 70 113 110 31 0 4 107 253 17 32
Binary 111000 1001011 1001000 11001 0 100 1000111 10101011 1111 11010

Color Harmonies of #384B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B48

Black with #384B48

Text Example


Text Example

White with #384B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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