Html Css Color HEX #383D3D Firefly

📋 copy color: '#383D3D'

red 56 ◦ green 61 ◦ blue 61

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

Shades of Firefly #383D3D

Tints of Firefly #383D3D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.27%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 31.46%
G = 34.27%
B = 34.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#383D3D (or 0x383D3D) is known color: Firefly. HEX triplet: 38, 3D and 3D. RGB value is (56,61,61). Sum of RGB (Red+Green+Blue) = 56+61+61=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 61 - color contains mainly: green, blue. Hex color #383D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D3D is #C7C2C2. Grayscale: #3B3B3B. Windows color (decimal): -13091523 or 4013368. OLE color: 4013368.

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

Color convert

RGB 56 61 61 -
CMYK 0.08 0 0 0.76
HSL 180º 0.04% 0.23% -
HSV(B) 180º 0.08% 0.24% -
XYZ 4.14 4.52 5.07 -
YUV 59.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 56 61 61 0.08 0 0 0.76 180 0.04 0.23
Hex 38 3D 3D 8 0 0 4C B4 4 17
Octal 70 75 75 10 0 0 114 264 4 27
Binary 111000 111101 111101 1000 0 0 1001100 10110100 100 10111

Color Harmonies of #383D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D3D

Black with #383D3D

Text Example


Text Example

White with #383D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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