Html Css Color HEX #38413F Firefly

📋 copy color: '#38413F'

red 56 ◦ green 65 ◦ blue 63

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

Shades of Firefly #38413F

Tints of Firefly #38413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 63 (25% from 255) = 34.24%

R = 30.43%
G = 35.33%
B = 34.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#38413F (or 0x38413F) is known color: Firefly. HEX triplet: 38, 41 and 3F. RGB value is (56,65,63). Sum of RGB (Red+Green+Blue) = 56+65+63=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #38413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38413F is #C7BEC0. Grayscale: #3E3E3E. Windows color (decimal): -13090497 or 4145464. OLE color: 4145464.

HSL color Cylindrical-coordinate representation of color #38413F: hue angle of 166.67º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #38413F is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 63 -
CMYK 0.14 0 0.03 0.75
HSL 166.67º 0.07% 0.24% -
HSV(B) 166.67º 0.14% 0.25% -
XYZ 4.42 4.98 5.43 -
YUV 62.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 56 65 63 0.14 0 0.03 0.75 166.67 0.07 0.24
Hex 38 41 3F E 0 3 4B A7 7 18
Octal 70 101 77 16 0 3 113 247 7 30
Binary 111000 1000001 111111 1110 0 11 1001011 10100111 111 11000

Color Harmonies of #38413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38413F

Black with #38413F

Text Example


Text Example

White with #38413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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