Html Css Color HEX #38403F Firefly

📋 copy color: '#38403F'

red 56 ◦ green 64 ◦ blue 63

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

Shades of Firefly #38403F

Tints of Firefly #38403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

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

R = 30.6%
G = 34.97%
B = 34.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#38403F (or 0x38403F) is known color: Firefly. HEX triplet: 38, 40 and 3F. RGB value is (56,64,63). Sum of RGB (Red+Green+Blue) = 56+64+63=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 64 - color contains mainly: green. Hex color #38403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38403F is #C7BFC0. Grayscale: #3D3D3D. Windows color (decimal): -13090753 or 4145208. OLE color: 4145208.

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

Color convert

RGB 56 64 63 -
CMYK 0.13 0 0.02 0.75
HSL 172.5º 0.07% 0.24% -
HSV(B) 172.5º 0.13% 0.25% -
XYZ 4.36 4.87 5.41 -
YUV 61.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 56 64 63 0.13 0 0.02 0.75 172.5 0.07 0.24
Hex 38 40 3F D 0 2 4B AC 7 18
Octal 70 100 77 15 0 2 113 254 7 30
Binary 111000 1000000 111111 1101 0 10 1001011 10101100 111 11000

Color Harmonies of #38403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38403F

Black with #38403F

Text Example


Text Example

White with #38403F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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