Html Css Color HEX #384441 Firefly

📋 copy color: '#384441'

red 56 ◦ green 68 ◦ blue 65

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

Shades of Firefly #384441

Tints of Firefly #384441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.98%

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 29.63%
G = 35.98%
B = 34.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#384441 (or 0x384441) is known color: Firefly. HEX triplet: 38, 44 and 41. RGB value is (56,68,65). Sum of RGB (Red+Green+Blue) = 56+68+65=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #384441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384441 is #C7BBBE. Grayscale: #404040. Windows color (decimal): -13089727 or 4277304. OLE color: 4277304.

HSL color Cylindrical-coordinate representation of color #384441: hue angle of 165º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #384441 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 65 -
CMYK 0.18 0 0.04 0.73
HSL 165º 0.1% 0.24% -
HSV(B) 165º 0.18% 0.27% -
XYZ 4.65 5.36 5.79 -
YUV 64.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 56 68 65 0.18 0 0.04 0.73 165 0.1 0.24
Hex 38 44 41 12 0 4 49 A5 A 18
Octal 70 104 101 22 0 4 111 245 12 30
Binary 111000 1000100 1000001 10010 0 100 1001001 10100101 1010 11000

Color Harmonies of #384441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384441

Black with #384441

Text Example


Text Example

White with #384441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384441; }

 p { color: rgb(56,68,65); }

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

background-color css

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

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

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

border-color css

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

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

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