Html Css Color HEX #384443 Firefly

📋 copy color: '#384443'

red 56 ◦ green 68 ◦ blue 67

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

Shades of Firefly #384443

Tints of Firefly #384443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 29.32%
G = 35.6%
B = 35.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#384443 (or 0x384443) is known color: Firefly. HEX triplet: 38, 44 and 43. RGB value is (56,68,67). Sum of RGB (Red+Green+Blue) = 56+68+67=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 68 - color contains mainly: green. Hex color #384443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384443 is #C7BBBC. Grayscale: #404040. Windows color (decimal): -13089725 or 4408376. OLE color: 4408376.

HSL color Cylindrical-coordinate representation of color #384443: hue angle of 175º 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 #384443 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 67 -
CMYK 0.18 0 0.01 0.73
HSL 175º 0.1% 0.24% -
HSV(B) 175º 0.18% 0.27% -
XYZ 4.71 5.38 6.1 -
YUV 64.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 56 68 67 0.18 0 0.01 0.73 175 0.1 0.24
Hex 38 44 43 12 0 1 49 AF A 18
Octal 70 104 103 22 0 1 111 257 12 30
Binary 111000 1000100 1000011 10010 0 1 1001001 10101111 1010 11000

Color Harmonies of #384443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384443

Black with #384443

Text Example


Text Example

White with #384443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384443; }

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

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

background-color css

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

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

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

border-color css

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

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

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