Html Css Color HEX #384242 Firefly

📋 copy color: '#384242'

red 56 ◦ green 66 ◦ blue 66

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

Shades of Firefly #384242

Tints of Firefly #384242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 29.79%
G = 35.11%
B = 35.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#384242 (or 0x384242) is known color: Firefly. HEX triplet: 38, 42 and 42. RGB value is (56,66,66). Sum of RGB (Red+Green+Blue) = 56+66+66=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #384242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384242 is #C7BDBD. Grayscale: #3E3E3E. Windows color (decimal): -13090238 or 4342328. OLE color: 4342328.

HSL color Cylindrical-coordinate representation of color #384242: hue angle of 180º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #384242 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 66 -
CMYK 0.15 0 0 0.74
HSL 180º 0.08% 0.24% -
HSV(B) 180º 0.15% 0.26% -
XYZ 4.56 5.13 5.9 -
YUV 63.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 56 66 66 0.15 0 0 0.74 180 0.08 0.24
Hex 38 42 42 F 0 0 4A B4 8 18
Octal 70 102 102 17 0 0 112 264 10 30
Binary 111000 1000010 1000010 1111 0 0 1001010 10110100 1000 11000

Color Harmonies of #384242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384242

Black with #384242

Text Example


Text Example

White with #384242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384242; }

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

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

background-color css

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

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

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

border-color css

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

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

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